summary refs log tree commit diff
path: root/nixos/modules/programs/mininet.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/mininet.nix')
-rw-r--r--nixos/modules/programs/mininet.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/mininet.nix b/nixos/modules/programs/mininet.nix
index ecc924325e6..6e90e7669ac 100644
--- a/nixos/modules/programs/mininet.nix
+++ b/nixos/modules/programs/mininet.nix
@@ -8,7 +8,7 @@ let
   cfg  = config.programs.mininet;
 
   generatedPath = with pkgs; makeSearchPath "bin"  [
-    iperf ethtool iproute socat
+    iperf ethtool iproute2 socat
   ];
 
   pyEnv = pkgs.python.withPackages(ps: [ ps.mininet-python ]);