From e6eba0e4f25114afb9afa1d8d41e7496200d2639 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Mon, 21 Jul 2025 13:30:42 -0400 Subject: [PATCH] more tools prolly need to split out into an RE module now --- hosts/common/optional/pentesting.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/common/optional/pentesting.nix b/hosts/common/optional/pentesting.nix index b7665f8..28ea2b0 100644 --- a/hosts/common/optional/pentesting.nix +++ b/hosts/common/optional/pentesting.nix @@ -18,5 +18,7 @@ python313 python313Packages.pyftdi flashrom + sigrok-cli + pulseview ]; }