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