Compare commits
2 commits
29dbb12ea5
...
8a6aa53603
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a6aa53603 | ||
|
|
c383420827 |
1 changed files with 6 additions and 1 deletions
|
|
@ -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"
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue