mirror of https://github.com/wlcx/home.git
pkgs: add dig/whois
This commit is contained in:
parent
a2cab93005
commit
57ca6b2305
|
@ -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];
|
||||||
|
|
Loading…
Reference in New Issue