pkgs: add dig/whois

This commit is contained in:
Sam W 2023-08-25 17:05:01 +01:00
parent a2cab93005
commit 57ca6b2305
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ with pkgs; rec {
]; ];
# Networking shit # Networking shit
net = [iperf3 nmap socat tcpdump]; net = [dig iperf3 nmap socat tcpdump whois];
# development tools # development tools
dev = [jq nixfmt gh glab hexyl]; dev = [jq nixfmt gh glab hexyl];