Loading lib/filesystem.nix +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 Loading Loading
lib/filesystem.nix +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 Loading