From abe67fcc62d44f78c2095b95a1591e6d15971dab Mon Sep 17 00:00:00 2001 From: nicco Date: Tue, 14 Jul 2026 10:36:32 +0200 Subject: [PATCH] bump state version --- common/home.nix | 2 +- darwin.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/home.nix b/common/home.nix index 0a1ba3b..17d0450 100644 --- a/common/home.nix +++ b/common/home.nix @@ -4,7 +4,7 @@ }: { - home.stateVersion = "25.11"; + home.stateVersion = "26.05"; home.packages = with pkgs; [ # Base diff --git a/darwin.nix b/darwin.nix index 18fd152..60058bb 100644 --- a/darwin.nix +++ b/darwin.nix @@ -18,7 +18,7 @@ # Used for backwards compatibility, please read the changelog before changing. # $ darwin-rebuild changelog - system.stateVersion = 5; + system.stateVersion = 7; nixpkgs.hostPlatform = host.platform; nixpkgs.config.allowUnfree = true;