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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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