Skip to content

Commit

Permalink
tests.stdenv.hooks.reproducible-builds: fix mistake
Browse files Browse the repository at this point in the history
(cherry picked from commit 2879607)
  • Loading branch information
Artturin authored and github-actions[bot] committed Jun 18, 2023
1 parent 1f5e0f6 commit 753445f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/test/stdenv/hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
name = "test-reproducible-builds";
buildCommand = ''
# can't be tested more precisely because the value of random-seed changes depending on the output
[[ $env.NIX_CFLAGS_COMPILE =~ "-frandom-seed=" ]]
[[ $NIX_CFLAGS_COMPILE =~ "-frandom-seed=" ]]
touch $out
'';
};
Expand Down

0 comments on commit 753445f

Please sign in to comment.