From 21b840938bf4e3e0bedb6d1d9101aa200b636c6b Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 21 Oct 2024 15:53:02 -0400 Subject: [PATCH] common/nix: set auto-optimise store to true --- common/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/nix.nix b/common/nix.nix index 8fba6613..47975e3b 100644 --- a/common/nix.nix +++ b/common/nix.nix @@ -17,7 +17,7 @@ optimise.automatic = true; settings = { - auto-optimise-store = false; + auto-optimise-store = true; experimental-features = ["nix-command" "flakes"]; substituters = [