diff options
author | makefu <github@syntax-fehler.de> | 2021-06-05 19:23:51 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-06-05 19:23:51 +0200 |
commit | 3af3e6dab39e4c30d867d67228cb4c70bfc48446 (patch) | |
tree | d86952ded38ab542e51d416e56ac446823b46e75 /makefu/2configs/tools | |
parent | bc71d49f1e02ca04a5a0bdffd6515795c9e7e6f8 (diff) |
ma tools/sec: use py3 binwalk
Diffstat (limited to 'makefu/2configs/tools')
-rw-r--r-- | makefu/2configs/tools/sec.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/tools/sec.nix b/makefu/2configs/tools/sec.nix index 5a30b8d64..acc22d647 100644 --- a/makefu/2configs/tools/sec.nix +++ b/makefu/2configs/tools/sec.nix @@ -4,7 +4,7 @@ users.users.makefu.packages = with pkgs; [ aria2 # mitmproxy - # pythonPackages.binwalk-full + python3Packages.binwalk-full dnsmasq iodine mtr |