forked from DGNum/infrastructure
shell.nix: Always build locally
This commit is contained in:
parent
f5bc7517da
commit
0fd05cd197
1 changed files with 2 additions and 0 deletions
|
@ -46,4 +46,6 @@ pkgs.mkShell {
|
|||
] ++ (builtins.map (p: callPackage p { }) [
|
||||
(sources.disko + "/package.nix")
|
||||
]);
|
||||
|
||||
allowSubstitutes = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue