Commit 378bf1a6 authored by Silvan Mosberger's avatar Silvan Mosberger
Browse files

lib/filesystem.nix: Update top comment

parent fcaa2b10
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
# 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