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

flake.nix: include more doc outputs

A couple of extra doc outputs we can pass through.
This commit is contained in:
Austin Horstman 2025-04-07 09:36:19 -05:00
parent 1a186efb48
commit a4d8020820

View file

@ -61,7 +61,9 @@
home-manager = hmPkg;
docs-html = docs.manual.html;
docs-htmlOpenTool = docs.manual.htmlOpenTool;
docs-json = docs.options.json;
docs-jsonModuleMaintainers = docs.jsonModuleMaintainers;
docs-manpages = docs.manPages;
});
});