forked from DGNum/infrastructure
feat(shell): Use preferLocalBuild
This commit is contained in:
parent
b2d87bbfbe
commit
e2c4237b36
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue