Unverified Commit c706233f authored by volth's avatar volth Committed by GitHub
Browse files

buildFHSEnv: allowSubstitutes = false

trivial builder
parent 98e2820f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -196,4 +196,5 @@ in stdenv.mkDerivation {
    ${if isMultiBuild then extraBuildCommandsMulti else ""}
  '';
  preferLocalBuild = true;
  allowSubstitutes = false;
}