mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
tests.stdenv.hooks.reproducible-builds: fix mistake
This commit is contained in:
parent
3ea5e83373
commit
2879607431
@ -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
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user