Fixed traceroute issue on darwin

This commit is contained in:
Random936 2025-01-13 09:02:07 -08:00
parent f17ba0162b
commit 6e388ced71
3 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
barrier
firefox
flameshot
traceroute
pavucontrol
virt-viewer
bitwarden-cli

View File

@ -13,6 +13,7 @@
home.packages = with pkgs; [
ncdu
traceroute
nvtopPackages.full
];
}

View File

@ -33,7 +33,6 @@ in {
dig
iperf
tcpdump
traceroute
# Dev tools
clang