From a4d8020820a85b47f842eae76ad083b0ec2a886a Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Mon, 7 Apr 2025 09:36:19 -0500 Subject: [PATCH] flake.nix: include more doc outputs A couple of extra doc outputs we can pass through. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 918507dde..96843fec5 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }); });