Merge pull request #217663 from lheckemann/mkshell-preferlocalbuild

mkShell: set preferLocalBuild by default
This commit is contained in:
Maximilian Bosch 2023-02-24 07:49:14 +01:00 committed by GitHub
commit de100f17c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,4 +53,6 @@ stdenv.mkDerivation ({
export;
} >> "$out"
'';
preferLocalBuild = true;
} // rest)