1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

home-manager: prepare release 24.05

This commit is contained in:
Robert Helgesson 2024-05-24 17:29:26 +02:00
parent 850cb32204
commit 548ba194d0
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED
12 changed files with 23 additions and 24 deletions

View file

@ -21,7 +21,7 @@ in {
config = mkIf config.uninstall {
home.packages = lib.mkForce [ ];
home.file = lib.mkForce { };
home.stateVersion = lib.mkForce "23.11";
home.stateVersion = lib.mkForce "24.05";
home.enableNixpkgsReleaseCheck = lib.mkForce false;
manual.manpages.enable = lib.mkForce false;
news.display = lib.mkForce "silent";