substituteAll: allowSubstitutes = false;
trivial derivation
This commit is contained in:
parent
09665fee2b
commit
18e5db37bf
@ -8,4 +8,5 @@ stdenvNoCC.mkDerivation ({
|
||||
builder = ./substitute-all.sh;
|
||||
inherit (args) src;
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
} // args)
|
||||
|
Loading…
Reference in New Issue
Block a user