From 0fd05cd1972c36647be8f798e0c57d3e3290ed70 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Mon, 22 May 2023 15:07:48 +0200 Subject: [PATCH] shell.nix: Always build locally --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index 45f1ad0..bd90833 100644 --- a/shell.nix +++ b/shell.nix @@ -46,4 +46,6 @@ pkgs.mkShell { ] ++ (builtins.map (p: callPackage p { }) [ (sources.disko + "/package.nix") ]); + + allowSubstitutes = false; }