substituteAllFiles: allowSubstitutes = false
trivial builder
This commit is contained in:
parent
18e5db37bf
commit
5c28152a95
@ -22,4 +22,5 @@ stdenv.mkDerivation ({
|
||||
eval "$postInstall"
|
||||
'';
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
} // args)
|
||||
|
Loading…
Reference in New Issue
Block a user