mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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
|
||||
;
|
||||
|
||||
inherit (lib.attrsets)
|
||||
mapAttrs'
|
||||
filterAttrs
|
||||
;
|
||||
|
||||
inherit (lib.filesystem)
|
||||
pathIsDirectory
|
||||
pathIsRegularFile
|
||||
|
@ -26,7 +21,6 @@ let
|
|||
|
||||
inherit (lib.strings)
|
||||
hasSuffix
|
||||
removeSuffix
|
||||
;
|
||||
in
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue