lib/sources: remove unused let bindings

This commit is contained in:
figsoda
2023-06-23 09:41:04 +00:00
committed by Alyssa Ross
parent 8a1a028694
commit 1b8df7c8d7
-6
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
;