mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
Merge pull request #42637 from obsidiansystems/disallow-substitutes-requirefile
trivial-builders: disallow sub in requireFile
This commit is contained in:
commit
4e9b191968
@ -181,6 +181,7 @@ rec {
|
||||
outputHashAlgo = hashAlgo;
|
||||
outputHash = hash;
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
builder = writeScript "restrict-message" ''
|
||||
source ${stdenvNoCC}/setup
|
||||
cat <<_EOF_
|
||||
|
Loading…
Reference in New Issue
Block a user