summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2021-06-28 14:02:37 +0200
committerGitHub <noreply@github.com>2021-06-28 14:02:37 +0200
commit4c4c00e9f1373dee2dd294442b7bd1cde40bec65 (patch)
tree642eb074235b122851b3ab07bad1bb19230907f1 /doc
parent124bbaf311076d6e6b79bc2093fa4726a388cc16 (diff)
parent4cf56e56405a226d8b21e8643e32a10b60930ae9 (diff)
downloadnixpkgs-4c4c00e9f1373dee2dd294442b7bd1cde40bec65.tar
nixpkgs-4c4c00e9f1373dee2dd294442b7bd1cde40bec65.tar.gz
nixpkgs-4c4c00e9f1373dee2dd294442b7bd1cde40bec65.tar.bz2
nixpkgs-4c4c00e9f1373dee2dd294442b7bd1cde40bec65.tar.lz
nixpkgs-4c4c00e9f1373dee2dd294442b7bd1cde40bec65.tar.xz
nixpkgs-4c4c00e9f1373dee2dd294442b7bd1cde40bec65.tar.zst
nixpkgs-4c4c00e9f1373dee2dd294442b7bd1cde40bec65.zip
Merge pull request #124875 from hercules-ci/lib-sources
lib.sources: docs, tests, refactoring
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-support/lib-function-docs.nix1
-rw-r--r--doc/functions/library.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-support/lib-function-docs.nix b/doc/doc-support/lib-function-docs.nix
index 5199b949e7b..f6d613cac0b 100644
--- a/doc/doc-support/lib-function-docs.nix
+++ b/doc/doc-support/lib-function-docs.nix
@@ -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'
   '';
 }
diff --git a/doc/functions/library.xml b/doc/functions/library.xml
index 6ffb944b5a6..21bcf5b88c9 100644
--- a/doc/functions/library.xml
+++ b/doc/functions/library.xml
@@ -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>