forked from mirrors/nixpkgs
isort: add top-level attribute
like pylint,black,mypy
This commit is contained in:
parent
65fae659e3
commit
a925c1a8ff
|
@ -18391,6 +18391,8 @@ with pkgs;
|
|||
|
||||
iso-flags = callPackage ../data/icons/iso-flags { };
|
||||
|
||||
isort = with python3Packages; toPythonApplication isort;
|
||||
|
||||
ispc = callPackage ../development/compilers/ispc {
|
||||
inherit (llvmPackages) stdenv;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue