Commit d31f96b1 authored by Ethan Carter Edwards's avatar Ethan Carter Edwards Committed by Masum Reza
Browse files

isort: migrate to by-name

parent 4b81edcb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
{ python3Packages }: with python3Packages; toPythonApplication isort
+0 −2
Original line number Diff line number Diff line
@@ -8286,8 +8286,6 @@ with pkgs;

  isoimagewriter = libsForQt5.callPackage ../tools/misc/isoimagewriter { };

  isort = with python3Packages; toPythonApplication isort;

  isso = callPackage ../servers/isso {
    nodejs = nodejs_20;
  };