Merge pull request #181607 from Artturin/addisorttoplevel
This commit is contained in:
commit
504ff8ce94
1 changed files with 2 additions and 0 deletions
|
@ -18399,6 +18399,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