From e2c4237b36608160330bcfd0d26f938a917f872c Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 12 Dec 2023 18:38:45 +0100 Subject: [PATCH] feat(shell): Use preferLocalBuild --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 9b9e252..7f48806 100644 --- a/shell.nix +++ b/shell.nix @@ -48,5 +48,5 @@ pkgs.mkShell { (sources.disko + "/package.nix") ])) ++ (import ./scripts { inherit pkgs; }); - allowSubstitutes = false; + preferLocalBuild = true; }