From de53426fa54c9d555cbce6339a7a24e4320aeb7f Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad Date: Mon, 26 May 2025 20:30:17 +0200 Subject: [PATCH] :wrench: [shared] Update stateVersion to 25.05 --- shared/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/common.nix b/shared/common.nix index 212700d..43e282a 100644 --- a/shared/common.nix +++ b/shared/common.nix @@ -30,5 +30,5 @@ rec { # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.version = "24.11"; + system.version = "25.05"; }