[bot] treewide: remove unused 'inherit' in let blocks

This commit is contained in:
volth
2018-07-20 19:38:19 +00:00
parent 1a6af9f88e
commit 6d2857a311
60 changed files with 45 additions and 86 deletions
@@ -41,7 +41,7 @@
}:
let
inherit (stdenv) isi686 isx86_64 isAarch32 is64bit isMips isDarwin isCygwin;
inherit (stdenv) is64bit isMips isDarwin isCygwin;
inherit (stdenv.lib) enableFeature optional optionals;
in