Skip to content

Commit

Permalink
flake: Allow unset variables again after installPhase
Browse files Browse the repository at this point in the history
`strip.sh` doesn't initialize `exit_code`
  • Loading branch information
Trundle committed Feb 12, 2024
1 parent 8f26b5f commit 699e11b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@
set -euo pipefail
find target/**/release/examples -name ${pname} \
-exec install -D {} $out/bin/${pname} \;
# strip.sh uses unset variables
set +u
'';
});
plugins = [ rageExamplePlugin ];
Expand Down

0 comments on commit 699e11b

Please sign in to comment.