about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/rust/cargo-hf2/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/rust/cargo-hf2/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/rust/cargo-hf2/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/tools/rust/cargo-hf2/default.nix b/nixpkgs/pkgs/development/tools/rust/cargo-hf2/default.nix
index 92a0a5458175..b49f7904812f 100644
--- a/nixpkgs/pkgs/development/tools/rust/cargo-hf2/default.nix
+++ b/nixpkgs/pkgs/development/tools/rust/cargo-hf2/default.nix
@@ -24,6 +24,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Cargo Subcommand for Microsoft HID Flashing Library for UF2 Bootloaders ";
+    mainProgram = "cargo-hf2";
     homepage = "https://lib.rs/crates/cargo-hf2";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ astrobeastie ];