diff --git a/flake.nix b/flake.nix index 230847a..c920fd8 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ devShells.default = pkgs.mkShell { packages = with pkgs; [ - wget zip debootstrap vboot_reference pv + wget zip debootstrap vboot_reference binwalk pv ]; }; };