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:
parent
a57bc47b74
commit
325b3755f5
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue