Merge pull request #181607 from Artturin/addisorttoplevel

This commit is contained in:
Artturi
2022-07-15 19:03:08 +03:00
committed by GitHub
+2
View File
@@ -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;
};