From 0d5d80b2fd14b42f3a14cff062e955bfb3fec9b4 Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Tue, 7 Jan 2025 14:47:52 -0500 Subject: [PATCH] fix(nix): Fix auto-optimise-store option --- nix-conf.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix-conf.nix b/nix-conf.nix index a35b9f95..f277e6ea 100644 --- a/nix-conf.nix +++ b/nix-conf.nix @@ -5,9 +5,9 @@ keep-outputs = true; keep-derivations = true; auto-optimise-store = if isLinux then - "true" + true else - "false"; # https://github.com/NixOS/nix/issues/7273 + false; # https://github.com/NixOS/nix/issues/7273 experimental-features = "nix-command flakes"; extra-substituters = [