mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
lib/filesystem.nix: Update top comment
Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
This commit is contained in:
parent
fcaa2b1097
commit
378bf1a619
1 changed files with 3 additions and 1 deletions
|
@ -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 }:
|
{ lib }:
|
||||||
|
|
||||||
|
# Tested in lib/tests/filesystem.sh
|
||||||
let
|
let
|
||||||
inherit (builtins)
|
inherit (builtins)
|
||||||
readDir
|
readDir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue