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"