lib/sources: remove unused let bindings
This commit is contained in:
parent
8a1a028694
commit
1b8df7c8d7
@ -5,22 +5,16 @@
|
|||||||
let
|
let
|
||||||
inherit (builtins)
|
inherit (builtins)
|
||||||
match
|
match
|
||||||
readDir
|
|
||||||
split
|
split
|
||||||
storeDir
|
storeDir
|
||||||
tryEval
|
|
||||||
;
|
;
|
||||||
inherit (lib)
|
inherit (lib)
|
||||||
boolToString
|
boolToString
|
||||||
filter
|
filter
|
||||||
getAttr
|
|
||||||
isString
|
isString
|
||||||
pathExists
|
|
||||||
readFile
|
readFile
|
||||||
;
|
;
|
||||||
inherit (lib.filesystem)
|
inherit (lib.filesystem)
|
||||||
pathType
|
|
||||||
pathIsDirectory
|
|
||||||
pathIsRegularFile
|
pathIsRegularFile
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user