From 70eaf73fe9aa8cae49da6de8d3e65908657185a8 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 9 Sep 2025 09:08:08 +0200 Subject: [PATCH] chore(rnix): update system state --- systems/aarch64-linux/rnix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/aarch64-linux/rnix/default.nix b/systems/aarch64-linux/rnix/default.nix index 025daa8..e0fc1e7 100644 --- a/systems/aarch64-linux/rnix/default.nix +++ b/systems/aarch64-linux/rnix/default.nix @@ -84,5 +84,5 @@ with lib.metacfg; virtualisation.rosetta.enable = true; - system.stateVersion = "23.11"; + system.stateVersion = "25.05"; }