home-manager: prepare 24.11 release

This commit is contained in:
Robert Helgesson 2024-11-22 10:22:28 +01:00
parent 8eeda281e7
commit 4964f3c6fc
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
14 changed files with 25 additions and 26 deletions

View file

@ -359,7 +359,7 @@ $xdgVars
# You should not change this value, even if you update Home Manager. If you do
# want to update the value, then make sure to first check the Home Manager
# release notes.
home.stateVersion = "24.05"; # Please read the comment before changing.
home.stateVersion = "24.11"; # Please read the comment before changing.
# The home.packages option allows you to install Nix packages into your
# environment.
@ -857,7 +857,7 @@ function doUninstall() {
uninstall = true;
home.username = "$USER";
home.homeDirectory = "$HOME";
home.stateVersion = "24.05";
home.stateVersion = "24.11";
}
EOF
# shellcheck disable=2064