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
commit 11d0292539
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
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 {