Compare commits

..

No commits in common. "8a6aa536039f1b207888b1369c5cabf0b131e07b" and "29dbb12ea573753dab4f03890e33b137284a911e" have entirely different histories.

View file

@ -4,11 +4,6 @@
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:
@ -127,7 +122,7 @@
''
ndg --verbose html --jobs $NIX_BUILD_CORES --title "${projectName}" \
--module-options "${json}" \
--generate-search \
--generate-search true \
--output-dir "$out"
'';
};