From ef681a3ba8c3baea2caab0e1bd4f62eb87f7a0b7 Mon Sep 17 00:00:00 2001 From: Sam Willcocks Date: Fri, 5 Dec 2025 15:44:22 +0000 Subject: [PATCH] squash --- home/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/packages.nix b/home/packages.nix index c8264c0..ce6f9b3 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -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; }