commit 8c1f80dd0c850550a0358b984c4e2c995d34a971 parent df389a7351714d0ba2b3f253c3ceeb7cd795e984 Author: breadcat <breadcat@users.noreply.github.com> Date: Sun, 16 Aug 2026 17:56:11 +0100 Add miller for CSV manipulation at work Diffstat:
| M | machines/hades.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/machines/hades.nix b/machines/hades.nix @@ -26,6 +26,7 @@ environment.systemPackages = with pkgs; [ ffmpeg gping + miller nmap ];