3
0
Fork 0
forked from mirrors/nixpkgs

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)