0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

nixos/documentation.man.mandb: Add skipPackages option, and include nixos-version

prevents unnecessary recreation of man caches

Fixes #209835
This commit is contained in:
Jeff Huffman 2023-01-09 15:36:28 -05:00 committed by pennae
parent a18ba087b9
commit 96ec8c7623
2 changed files with 13 additions and 1 deletions

View file

@ -235,6 +235,8 @@ in
nixos-enter
] ++ lib.optional (nixos-option != null) nixos-option;
documentation.man.man-db.skipPackages = [ nixos-version ];
system.build = {
inherit nixos-install nixos-generate-config nixos-option nixos-rebuild nixos-enter;
};