trivial-builders: disallow sub in requireFile
The requireFile call was being substituted from the binary cache. We do not want this to happen as the user needs to download the file themselves.
This commit is contained in:
@@ -181,6 +181,7 @@ rec {
|
||||
outputHashAlgo = hashAlgo;
|
||||
outputHash = hash;
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
builder = writeScript "restrict-message" ''
|
||||
source ${stdenvNoCC}/setup
|
||||
cat <<_EOF_
|
||||
|
||||
Reference in New Issue
Block a user