lib.sources: Generate docs

This commit is contained in:
Robert Hensing 2021-03-06 12:26:54 +01:00
parent 970273023a
commit 4a025692d1
2 changed files with 3 additions and 0 deletions

View file

@ -22,5 +22,6 @@ with pkgs; stdenv.mkDerivation {
docgen lists 'List manipulation functions'
docgen debug 'Debugging functions'
docgen options 'NixOS / nixpkgs option handling'
docgen sources 'Source filtering functions'
'';
}

View file

@ -25,4 +25,6 @@
<xi:include href="./library/generated/debug.xml" />
<xi:include href="./library/generated/options.xml" />
<xi:include href="./library/generated/sources.xml" />
</section>