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

View File

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