mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
doc: include nixdoc for lib.fetchers
(#362453)
Closes #362196 Many thanks to @NixOS/documentation-team for the help 🖤
This commit is contained in:
parent
74361b2828
commit
8ee77c6da4
2 changed files with 7 additions and 0 deletions
|
@ -48,6 +48,10 @@
|
|||
name = "path";
|
||||
description = "path functions";
|
||||
}
|
||||
{
|
||||
name = "fetchers";
|
||||
description = "functions which can be reused across fetchers";
|
||||
}
|
||||
{
|
||||
name = "filesystem";
|
||||
description = "filesystem functions";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue