mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
[bot] treewide: remove unused 'inherit' in let blocks
This commit is contained in:
parent
1a6af9f88e
commit
6d2857a311
60 changed files with 45 additions and 86 deletions
|
@ -3,9 +3,9 @@
|
|||
|
||||
let
|
||||
inherit (builtins) head tail length;
|
||||
inherit (lib.trivial) and or;
|
||||
inherit (lib.trivial) and;
|
||||
inherit (lib.strings) concatStringsSep;
|
||||
inherit (lib.lists) fold concatMap concatLists all deepSeqList;
|
||||
inherit (lib.lists) fold concatMap concatLists;
|
||||
in
|
||||
|
||||
rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue