doc: include nixdoc for lib.fetchers (#362453)

Closes #362196

Many thanks to @NixOS/documentation-team for the help  🖤
This commit is contained in:
nicoo 2024-12-30 13:35:35 +00:00 committed by GitHub
parent 74361b2828
commit 8ee77c6da4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -48,6 +48,10 @@
name = "path";
description = "path functions";
}
{
name = "fetchers";
description = "functions which can be reused across fetchers";
}
{
name = "filesystem";
description = "filesystem functions";