25.11: Upgrade stateVersion

But nothing changed.
This commit is contained in:
Geoffrey Frogeye 2025-12-06 23:37:15 +01:00
parent b170a1581d
commit ce4f3724ee
2 changed files with 2 additions and 2 deletions

View file

@ -174,7 +174,7 @@
translate-shell.enable = true; # TODO Cool config? translate-shell.enable = true; # TODO Cool config?
}; };
home = { home = {
stateVersion = "25.05"; stateVersion = "25.11";
packages = with pkgs; [ packages = with pkgs; [
# Terminal utils # Terminal utils
# coreutils-full # Disabled because conflicts with nix-on-droid # coreutils-full # Disabled because conflicts with nix-on-droid

View file

@ -102,6 +102,6 @@
# TODO Hibernation? # TODO Hibernation?
# Use defaults from # Use defaults from
system.stateVersion = "25.05"; system.stateVersion = "25.11";
} }