diff options
| author | Leonardo <noreply@leoflo.me> | 2025-11-04 12:55:02 +0100 |
|---|---|---|
| committer | Leonardo <noreply@leoflo.me> | 2025-11-04 12:55:02 +0100 |
| commit | 3fd3f2f7eb70682fbc877d528c020b2419a84af9 (patch) | |
| tree | 87317b48866c98a0152e54868da118e1333e4b29 /hermes | |
| parent | 3925cf2bb704645de9d00d2131ddb08712d4f620 (diff) | |
| download | nixos-3fd3f2f7eb70682fbc877d528c020b2419a84af9.tar.gz nixos-3fd3f2f7eb70682fbc877d528c020b2419a84af9.zip | |
binwalk :D
Diffstat (limited to 'hermes')
| -rw-r--r-- | hermes/nixos/programs/cybersec.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hermes/nixos/programs/cybersec.nix b/hermes/nixos/programs/cybersec.nix index c8079e9..ddbc1ac 100644 --- a/hermes/nixos/programs/cybersec.nix +++ b/hermes/nixos/programs/cybersec.nix @@ -4,7 +4,7 @@ config = lib.mkIf config.cybersec.enable { # Packages environment.systemPackages = with pkgs; [ - file ascii + ascii file binwalk gnat15 gdb gef ghidra-bin dig wireshark-qt postman ]; |
