buildFHSEnv: allowSubstitutes = false
trivial builder
This commit is contained in:
parent
98e2820f59
commit
c706233f2e
1 changed files with 1 additions and 0 deletions
|
@ -196,4 +196,5 @@ in stdenv.mkDerivation {
|
|||
${if isMultiBuild then extraBuildCommandsMulti else ""}
|
||||
'';
|
||||
preferLocalBuild = true;
|
||||
allowSubstitutes = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue