about summary refs log tree commit diff
path: root/lib/filesystem.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-11-20 03:02:11 +0100
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-11-20 03:02:11 +0100
commit055ba65fed8eac15b13ed68f70a7d506f9b2d291 (patch)
treec050f8a470371dec5c661f7666f8aaf10b696a72 /lib/filesystem.nix
parent3f21a22b5aafefa1845dec6f4a378a8f53d8681c (diff)
lib: Take advantage of section descriptions
See https://github.com/nix-community/nixdoc/releases/tag/v2.6.0
Diffstat (limited to 'lib/filesystem.nix')
-rw-r--r--lib/filesystem.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/filesystem.nix b/lib/filesystem.nix
index f5bb8e9b59503..5569b8ac80fd1 100644
--- a/lib/filesystem.nix
+++ b/lib/filesystem.nix
@@ -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