1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-13 04:21:08 +01:00

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

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