Skip to content

Commit 41b1862

Browse files
committed
even stricter build phases (unset variables)
1 parent edb29c8 commit 41b1862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/base.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ in
306306
307307
# Become a fake "root" in a new namespace so we can bind mount sources
308308
${pkgs.toybox}/bin/cat << 'EOF' | ${pkgs.util-linux}/bin/unshare -m -r ${pkgs.runtimeShell}
309-
set -e -o pipefail
309+
set -euo pipefail
310310
source $stdenv/setup
311311
genericBuild
312312
EOF

0 commit comments

Comments
 (0)