iperf{2,3}: migrate to by-name

Assisted-by: Cursor Composer 2.5
This commit is contained in:
Guy Chronister
2026-06-12 11:11:08 -05:00
parent 89848919b5
commit 91f3bd4ea0
3 changed files with 0 additions and 2 deletions
-2
View File
@@ -2408,8 +2408,6 @@ with pkgs;
iocsearcher = with python3Packages; toPythonApplication iocsearcher;
iperf2 = callPackage ../tools/networking/iperf/2.nix { };
iperf3 = callPackage ../tools/networking/iperf/3.nix { };
iperf = iperf3;
i-pi = with python3Packages; toPythonApplication i-pi;