0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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 toString
; ;
inherit (lib.attrsets)
mapAttrs'
filterAttrs
;
inherit (lib.filesystem) inherit (lib.filesystem)
pathIsDirectory pathIsDirectory
pathIsRegularFile pathIsRegularFile
@ -26,7 +21,6 @@ let
inherit (lib.strings) inherit (lib.strings)
hasSuffix hasSuffix
removeSuffix
; ;
in in