Skip to content

Commit ee5091b

Browse files
authored
Merge pull request #232 from eyJhb/patch-3
even stricter build phases (unset variables)
2 parents edb29c8 + 41b1862 commit ee5091b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/base.nix

+1-1
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)