From c989a00fd62bdc6b528597cfdea156b56242eade Mon Sep 17 00:00:00 2001 From: Spotlight Date: Tue, 18 Feb 2025 03:11:29 -0600 Subject: [PATCH] sequoia: Change nix-darwin stateVersion to 6 --- hosts/darwin/sequoia/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/darwin/sequoia/configuration.nix b/hosts/darwin/sequoia/configuration.nix index 3c9c925..0eb8cc7 100644 --- a/hosts/darwin/sequoia/configuration.nix +++ b/hosts/darwin/sequoia/configuration.nix @@ -26,7 +26,7 @@ # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog - system.stateVersion = 4; + system.stateVersion = 6; nixpkgs.hostPlatform = lib.mkDefault "x86_64-darwin";