about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/rust/cargo-local-registry/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/rust/cargo-local-registry/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/rust/cargo-local-registry/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/tools/rust/cargo-local-registry/default.nix b/nixpkgs/pkgs/development/tools/rust/cargo-local-registry/default.nix
index 6d7addf4117c..0b2f31d05a80 100644
--- a/nixpkgs/pkgs/development/tools/rust/cargo-local-registry/default.nix
+++ b/nixpkgs/pkgs/development/tools/rust/cargo-local-registry/default.nix
@@ -49,6 +49,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "A cargo subcommand to manage local registries";
+    mainProgram = "cargo-local-registry";
     homepage = "https://github.com/dhovart/cargo-local-registry";
     changelog = "https://github.com/dhovart/cargo-local-registry/releases/tag/${src.rev}";
     license = with licenses; [ asl20 mit ];