feat(shell): Use preferLocalBuild

This commit is contained in:
Tom Hubrecht 2023-12-12 18:38:45 +01:00
parent b2d87bbfbe
commit e2c4237b36

View file

@ -48,5 +48,5 @@ pkgs.mkShell {
(sources.disko + "/package.nix") (sources.disko + "/package.nix")
])) ++ (import ./scripts { inherit pkgs; }); ])) ++ (import ./scripts { inherit pkgs; });
allowSubstitutes = false; preferLocalBuild = true;
} }