From 3a5ab3c4c837cb71d43c1e68589bd7c659f7bf6a Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 4 May 2025 16:59:49 +0200 Subject: [PATCH] update install release --- share/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/common.nix b/share/common.nix index ec11892..6e2ff5d 100644 --- a/share/common.nix +++ b/share/common.nix @@ -21,7 +21,7 @@ in ]; # install release - system.stateVersion = "24.11"; + system.stateVersion = "25.05"; # atm all stuff is x86_64 nixpkgs.hostPlatform = "x86_64-linux";