Update stateVersion to 23.11

This commit is contained in:
panotaka
2023-12-05 23:17:06 -04:00
parent 2c3a3c3f7a
commit 4bc23d8e90
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
# You can update Home Manager without changing this value. See # You can update Home Manager without changing this value. See
# the Home Manager release notes for a list of state version # the Home Manager release notes for a list of state version
# changes in each release. # changes in each release.
stateVersion = "23.05"; stateVersion = "23.11";
}; };
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.

View File

@@ -7,7 +7,7 @@ in
# System version # System version
system.stateVersion = "23.05"; system.stateVersion = "23.11";
imports = [ imports = [