substituteAllFiles: allowSubstitutes = false

trivial builder
This commit is contained in:
volth
2019-02-08 00:22:51 +00:00
committed by GitHub
parent 18e5db37bf
commit 5c28152a95

View File

@@ -22,4 +22,5 @@ stdenv.mkDerivation ({
eval "$postInstall"
'';
preferLocalBuild = true;
allowSubstitutes = false;
} // args)