From cda550c4edbf8c48c2e8a410fbfa3ccc88ca612f Mon Sep 17 00:00:00 2001 From: winston Date: Sat, 15 Apr 2023 23:41:31 +0200 Subject: [PATCH] fix(nix): remove auto-optimise from darwin --- machines/common/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/common/default.nix b/machines/common/default.nix index 2e29ab7..365ecf8 100644 --- a/machines/common/default.nix +++ b/machines/common/default.nix @@ -7,8 +7,8 @@ nix = { gc.automatic = true; settings = { - experimental-features = ["nix-command" "flakes"]; - auto-optimise-store = true; + experimental-features = ["nix-command" "flakes" "repl-flake"]; + auto-optimise-store = pkgs.stdenv.isLinux; substituters = [ "https://catppuccin.cachix.org" "https://mic92.cachix.org"