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 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
; ;