summary refs log tree commit diff
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
parentfcaa2b1097e46c286b4651f5f2d7653f52ae860b (diff)
downloadnixpkgs-378bf1a6192a5d46ceb7e07af7be1d37b93b47c7.tar
nixpkgs-378bf1a6192a5d46ceb7e07af7be1d37b93b47c7.tar.gz
nixpkgs-378bf1a6192a5d46ceb7e07af7be1d37b93b47c7.tar.bz2
nixpkgs-378bf1a6192a5d46ceb7e07af7be1d37b93b47c7.tar.lz
nixpkgs-378bf1a6192a5d46ceb7e07af7be1d37b93b47c7.tar.xz
nixpkgs-378bf1a6192a5d46ceb7e07af7be1d37b93b47c7.tar.zst
nixpkgs-378bf1a6192a5d46ceb7e07af7be1d37b93b47c7.zip
lib/filesystem.nix: Update top comment
Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
-rw-r--r--lib/filesystem.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/filesystem.nix b/lib/filesystem.nix
index 37b60e4fe11..4860d4d02a7 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