Skip to content

Commit f8a628b

Browse files
authoredApr 5, 2021
Revert "Move TODO aliases to aliases.nix"
1 parent 83c6322 commit f8a628b

File tree

237 files changed

+515
-1074
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+515
-1074
lines changed
 

‎nixos/modules/programs/mininet.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let
88
cfg = config.programs.mininet;
99

1010
generatedPath = with pkgs; makeSearchPath "bin" [
11-
iperf ethtool iproute2 socat
11+
iperf ethtool iproute socat
1212
];
1313

1414
pyEnv = pkgs.python.withPackages(ps: [ ps.mininet-python ]);

‎nixos/modules/services/misc/mame.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ in
5353
description = "MAME TUN/TAP Ethernet interface";
5454
after = [ "network.target" ];
5555
wantedBy = [ "multi-user.target" ];
56-
path = [ pkgs.iproute2 ];
56+
path = [ pkgs.iproute ];
5757
serviceConfig = {
5858
Type = "oneshot";
5959
RemainAfterExit = true;

0 commit comments

Comments
 (0)
Please sign in to comment.