mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
lib.sources: Generate docs
This commit is contained in:
parent
970273023a
commit
4a025692d1
2 changed files with 3 additions and 0 deletions
|
@ -22,5 +22,6 @@ with pkgs; stdenv.mkDerivation {
|
||||||
docgen lists 'List manipulation functions'
|
docgen lists 'List manipulation functions'
|
||||||
docgen debug 'Debugging functions'
|
docgen debug 'Debugging functions'
|
||||||
docgen options 'NixOS / nixpkgs option handling'
|
docgen options 'NixOS / nixpkgs option handling'
|
||||||
|
docgen sources 'Source filtering functions'
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,4 +25,6 @@
|
||||||
<xi:include href="./library/generated/debug.xml" />
|
<xi:include href="./library/generated/debug.xml" />
|
||||||
|
|
||||||
<xi:include href="./library/generated/options.xml" />
|
<xi:include href="./library/generated/options.xml" />
|
||||||
|
|
||||||
|
<xi:include href="./library/generated/sources.xml" />
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue