add binwalk

This commit is contained in:
minish 2024-08-05 21:25:55 -04:00
parent 8b44ba1b0c
commit 033d6b6a7d
Signed by: min
SSH Key Fingerprint: SHA256:NFjjdbkd6u7aoMlcrDCVvz6o2UBtlAuPm8IQ2vhZ3Fg
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
devShells.default = pkgs.mkShell {
packages = with pkgs; [
wget zip debootstrap vboot_reference pv
wget zip debootstrap vboot_reference binwalk pv
];
};
};