Compare commits

..

2 commits

Author SHA1 Message Date
atagen
8a6aa53603 add substituter config for ndg 2025-10-11 21:30:30 +11:00
atagen
c383420827 update for new ndg syntax 2025-10-11 21:23:23 +11:00

View file

@ -4,6 +4,11 @@
ndg.url = "github:feel-co/ndg";
};
nixConfig = {
substituters = [ "https://feel-co.cachix.org" ];
trusted-public-keys = [ "feel-co.cachix.org-1:nwEFNnwZvtl4KKSH5LDg+/+K7bV0vcs6faMHAJ6xx0w=" ];
};
# cheerfully lifted from nixos + hjem-rum doc gen
outputs =
inputs:
@ -122,7 +127,7 @@
''
ndg --verbose html --jobs $NIX_BUILD_CORES --title "${projectName}" \
--module-options "${json}" \
--generate-search true \
--generate-search \
--output-dir "$out"
'';
};