shell.nix: Always build locally

This commit is contained in:
Tom Hubrecht 2023-05-22 15:07:48 +02:00
parent f5bc7517da
commit 0fd05cd197

View file

@ -46,4 +46,6 @@ pkgs.mkShell {
] ++ (builtins.map (p: callPackage p { }) [
(sources.disko + "/package.nix")
]);
allowSubstitutes = false;
}