lib/filesystem: remove unused let bindings

This commit is contained in:
figsoda 2023-06-22 18:59:48 -04:00 committed by Alyssa Ross
parent 350e835584
commit dafa046a1e

View File

@ -9,10 +9,6 @@ let
pathExists
;
inherit (lib.strings)
hasPrefix
;
inherit (lib.filesystem)
pathType
;