From 378bf1a6192a5d46ceb7e07af7be1d37b93b47c7 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Mon, 22 May 2023 14:17:42 +0200 Subject: [PATCH] lib/filesystem.nix: Update top comment Co-Authored-By: Robert Hensing --- lib/filesystem.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/filesystem.nix b/lib/filesystem.nix index 37b60e4fe11e..4860d4d02a77 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