isort: migrate to by-name

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2025-08-19 07:34:27 +05:30
committed by Masum Reza
parent 4b81edcb1d
commit d31f96b146
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
{ python3Packages }: with python3Packages; toPythonApplication isort
-2
View File
@@ -8286,8 +8286,6 @@ with pkgs;
isoimagewriter = libsForQt5.callPackage ../tools/misc/isoimagewriter { };
isort = with python3Packages; toPythonApplication isort;
isso = callPackage ../servers/isso {
nodejs = nodejs_20;
};