update for new ndg syntax

This commit is contained in:
atagen 2025-10-11 21:23:23 +11:00
parent 29dbb12ea5
commit c383420827

View file

@ -122,7 +122,7 @@
'' ''
ndg --verbose html --jobs $NIX_BUILD_CORES --title "${projectName}" \ ndg --verbose html --jobs $NIX_BUILD_CORES --title "${projectName}" \
--module-options "${json}" \ --module-options "${json}" \
--generate-search true \ --generate-search \
--output-dir "$out" --output-dir "$out"
''; '';
}; };