1
mirror of https://github.com/wlcx/home.git synced 2025-12-08 19:43:46 +00:00
This commit is contained in:
Sam W 2025-12-05 15:44:22 +00:00
parent cee2d8e6bc
commit ef681a3ba8

View File

@ -18,7 +18,7 @@ with pkgs; rec {
net = [dig iperf3 nmap socat tcpdump whois];
# development tools
dev = [jq nixfmt-rfc-style gh glab hexyl helix];
dev = [jq nixfmt-rfc-style gh glab hexyl ];
all = base ++ net ++ dev;
}