From a1f59f6507e83a7c36d6206c6467bb9a1ed797d4 Mon Sep 17 00:00:00 2001 From: James Eversole Date: Mon, 26 Jun 2023 12:43:25 -0500 Subject: [PATCH] Disable auto-optimisation of nix store --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1e5fc62..220c457 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ buildMachines = [ ]; distributedBuilds = false; settings = { - auto-optimise-store = true; + auto-optimise-store = false; # https://github.com/NixOS/nix/issues/7273 experimental-features = [ "nix-command" "flakes" ]; }; };