substituteAll: allowSubstitutes = false;

trivial derivation
This commit is contained in:
volth 2019-02-07 22:20:42 +00:00 committed by GitHub
parent 09665fee2b
commit 18e5db37bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,5 @@ stdenvNoCC.mkDerivation ({
builder = ./substitute-all.sh;
inherit (args) src;
preferLocalBuild = true;
allowSubstitutes = false;
} // args)