lib: Take advantage of section descriptions

See https://github.com/nix-community/nixdoc/releases/tag/v2.6.0
This commit is contained in:
Silvan Mosberger 2023-11-20 03:02:11 +01:00
parent 3f21a22b5a
commit 055ba65fed
7 changed files with 20 additions and 17 deletions

View file

@ -1,5 +1,7 @@
# Functions for querying information about the filesystem
# without copying any files to the Nix store.
/*
Functions for querying information about the filesystem
without copying any files to the Nix store.
*/
{ lib }:
# Tested in lib/tests/filesystem.sh