about summary refs log tree commit diff
path: root/lib/filesystem.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <silvan.mosberger@tweag.io>2023-05-22 14:17:42 +0200
committerSilvan Mosberger <silvan.mosberger@tweag.io>2023-05-22 14:17:42 +0200
commit378bf1a6192a5d46ceb7e07af7be1d37b93b47c7 (patch)
treeaf7cf18401482e2e235be996c323e6bef3d24c04 /lib/filesystem.nix
parentfcaa2b1097e46c286b4651f5f2d7653f52ae860b (diff)
lib/filesystem.nix: Update top comment
Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
Diffstat (limited to 'lib/filesystem.nix')
-rw-r--r--lib/filesystem.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/filesystem.nix b/lib/filesystem.nix
index 37b60e4fe11e0..4860d4d02a773 100644
--- a/lib/filesystem.nix
+++ b/lib/filesystem.nix
@@ -1,6 +1,8 @@
-# Functions for copying sources 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
 let
   inherit (builtins)
     readDir