lib/sources: remove unused let bindings

This commit is contained in:
figsoda 2023-06-22 19:00:32 -04:00 committed by Alyssa Ross
parent 8a1a028694
commit 1b8df7c8d7

View File

@ -5,22 +5,16 @@
let
inherit (builtins)
match
readDir
split
storeDir
tryEval
;
inherit (lib)
boolToString
filter
getAttr
isString
pathExists
readFile
;
inherit (lib.filesystem)
pathType
pathIsDirectory
pathIsRegularFile
;