isort: add top-level attribute

like pylint,black,mypy
This commit is contained in:
Artturin 2022-07-15 18:33:32 +03:00
parent 65fae659e3
commit a925c1a8ff

View File

@ -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;
};