isort: migrate to by-name

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards 2025-08-17 22:49:11 -04:00 committed by Masum Reza
parent 4b81edcb1d
commit d31f96b146
2 changed files with 1 additions and 2 deletions

View File

@ -0,0 +1 @@
{ python3Packages }: with python3Packages; toPythonApplication isort

View File

@ -8286,8 +8286,6 @@ with pkgs;
isoimagewriter = libsForQt5.callPackage ../tools/misc/isoimagewriter { }; isoimagewriter = libsForQt5.callPackage ../tools/misc/isoimagewriter { };
isort = with python3Packages; toPythonApplication isort;
isso = callPackage ../servers/isso { isso = callPackage ../servers/isso {
nodejs = nodejs_20; nodejs = nodejs_20;
}; };