[bot] treewide: remove unused 'inherit' in let blocks
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
let
|
||||
|
||||
inherit (pkgs) makeWrapper;
|
||||
inherit (pkgs.stdenv.lib) fix' extends inNixShell;
|
||||
inherit (pkgs.stdenv.lib) fix' extends;
|
||||
|
||||
pythonPackages =
|
||||
import "${toString pkgs.path}/pkgs/top-level/python-packages.nix" {
|
||||
|
||||
Reference in New Issue
Block a user