Skip to content

Commit

Permalink
treewide: stateVersion = 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Apr 8, 2024
1 parent 541e865 commit c096cac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home-manager/meta/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# You can update Home Manager without changing this value. See
# the Home Manager release notes for a list of state version
# changes in each release.
home.stateVersion = osConfig.system.stateVersion or "23.11";
home.stateVersion = osConfig.system.stateVersion or "24.05";

# More reliable user service restart
systemd.user.startServices = lib.mkIf pkgs.stdenv.isLinux "sd-switch";
Expand Down
2 changes: 1 addition & 1 deletion nixos/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ in
# compatible, in order to avoid breaking some software such as database
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = lib.mkDefault "23.11"; # Did you read the comment?
system.stateVersion = lib.mkDefault "24.05"; # Did you read the comment?
};
}

0 comments on commit c096cac

Please sign in to comment.