update state version to 26.05 and update system to stdenv.hostPlatform.system

This commit is contained in:
Lillian Violet 2025-12-01 16:41:50 +01:00
parent a37dc3a5e5
commit 36d05fe28e
12 changed files with 14 additions and 13 deletions

View file

@ -412,6 +412,6 @@
services.cage.enable = true;
nixpkgs.config.kodi.enableAdvancedLauncher = true;
system.stateVersion = "25.11";
system.stateVersion = "26.05";
nixpkgs.hostPlatform = lib.mkForce "aarch64-linux";
}