all repos — nixfiles @ dff7d7fd4af031ace248f9bc6ffdbe41b4aa72d3

System and user configuration, managed by nix and home-manager

darwin: install iproute2mac for linux-style `ip` commands

Alan Pearce
commit

dff7d7fd4af031ace248f9bc6ffdbe41b4aa72d3

parent

9f7567a00995aec18e1d0f6e86dd78aae47e94be

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M system/settings/darwin.nixsystem/settings/darwin.nix
@@ -66,5 +66,6 @@
environment.systemPackages = with pkgs; [ watch coreutils-prefixed + iproute2mac ]; }