From 8cd9a38cabd9bbadddaa3c00c98f74a655577043 Mon Sep 17 00:00:00 2001 From: winston Date: Sat, 27 Jul 2024 19:04:40 +0200 Subject: [PATCH] feat: use stable nix --- machines/common/shared/nix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/common/shared/nix.nix b/machines/common/shared/nix.nix index 0f2f125..b038036 100644 --- a/machines/common/shared/nix.nix +++ b/machines/common/shared/nix.nix @@ -14,7 +14,6 @@ in nixpkgs.config.allowUnfree = true; nix = { gc.automatic = true; - package = pkgs.nixVersions.latest; settings = { # breaks the Nix Store on macOS # https://github.com/NixOS/nix/issues/7273