Skip to content

Commit

Permalink
Merge pull request #230 from CyberShadow/strict-builder
Browse files Browse the repository at this point in the history
base: Run the builder in strict mode, too
  • Loading branch information
Atemu authored Apr 1, 2024
2 parents c54c511 + a7c96a9 commit edb29c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ in
# Become a fake "root" in a new namespace so we can bind mount sources
${pkgs.toybox}/bin/cat << 'EOF' | ${pkgs.util-linux}/bin/unshare -m -r ${pkgs.runtimeShell}
set -e -o pipefail
source $stdenv/setup
genericBuild
EOF
Expand Down

0 comments on commit edb29c8

Please sign in to comment.