lib.filesystem: remove dead let-bindings

Found by `deadnix` 🖤
This commit is contained in:
nicoo 2024-12-28 21:38:17 +00:00 committed by Paul Meyer
parent a57bc47b74
commit 325b3755f5

View file

@ -12,11 +12,6 @@ let
toString
;
inherit (lib.attrsets)
mapAttrs'
filterAttrs
;
inherit (lib.filesystem)
pathIsDirectory
pathIsRegularFile
@ -26,7 +21,6 @@ let
inherit (lib.strings)
hasSuffix
removeSuffix
;
in