lib/filesystem: remove unused let bindings

This commit is contained in:
figsoda
2023-06-23 09:41:04 +00:00
committed by Alyssa Ross
parent 350e835584
commit dafa046a1e
-4
View File
@@ -9,10 +9,6 @@ let
pathExists
;
inherit (lib.strings)
hasPrefix
;
inherit (lib.filesystem)
pathType
;