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

@ -168,5 +168,5 @@
# environment.variables.GIO_EXTRA_MODULES = lib.mkForce ["${pkgs.gvfs}/lib/gio/modules"];
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "25.11";
system.stateVersion = "26.05";
}