diff options
| author | Grisha Shipunov | 2025-01-03 20:13:24 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-03 20:13:24 +0100 |
| commit | 5fbb0b29d5c45f559a80db1a61d2e8fbc697be57 (patch) | |
| tree | 1b3bf4629c4ff17da92be8d0408eeef06ebf13e1 | |
| parent | 0457c44807d6776ffcc83f31a8285f5afc2914e2 (diff) | |
add binwalk
| -rw-r--r-- | modules/devtools.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/devtools.nix b/modules/devtools.nix index 8963c7d..fed7d4c 100644 --- a/modules/devtools.nix +++ b/modules/devtools.nix @@ -13,8 +13,9 @@ gef gdb binutils - clang_15 - clang-tools_15 + binwalk + clang + clang-tools direnv # (nix-direnv.override { enableFlakes = true; }) sops |
