docs: adapt builder functions for ndg

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964720fae8f3db129835efa5d5df956c3ef
This commit is contained in:
raf 2025-09-26 15:04:21 +03:00 committed by Ching Pei Yang
commit 348a15a1b2
2 changed files with 94 additions and 90 deletions

View file

@ -92,7 +92,7 @@
# Generate the HTML manual pages
html = pkgs.callPackage ./manual.nix {
inherit release;
inherit inputs release;
inherit (nvimModuleDocs) optionsJSON;
};
in {