lib.fileset: Remove unused bindings

Thanks nixd!
This commit is contained in:
Silvan Mosberger 2023-11-09 00:02:43 +01:00
parent 0ace383438
commit 9cbd394aa0

View File

@ -7,7 +7,6 @@ let
isString
pathExists
readDir
seq
split
trace
typeOf
@ -17,7 +16,6 @@ let
attrNames
attrValues
mapAttrs
setAttrByPath
zipAttrsWith
;
@ -28,7 +26,6 @@ let
inherit (lib.lists)
all
commonPrefix
drop
elemAt
filter
findFirst