lib: Automatically generate lib.filesytem docs

This commit is contained in:
Silvan Mosberger
2022-10-26 15:10:47 +02:00
parent 8e75d721c2
commit 9bfc4bbd63
3 changed files with 43 additions and 18 deletions

View File

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