diff --git a/machines/common/shared/nix.nix b/machines/common/shared/nix.nix index c62d055..0f2f125 100644 --- a/machines/common/shared/nix.nix +++ b/machines/common/shared/nix.nix @@ -14,7 +14,7 @@ in nixpkgs.config.allowUnfree = true; nix = { gc.automatic = true; - package = pkgs.nixVersions.nix_2_22; + package = pkgs.nixVersions.latest; settings = { # breaks the Nix Store on macOS # https://github.com/NixOS/nix/issues/7273