about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/rust/panamax/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/rust/panamax/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/rust/panamax/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/tools/rust/panamax/default.nix b/nixpkgs/pkgs/development/tools/rust/panamax/default.nix
index a86867eded08..4eb496376039 100644
--- a/nixpkgs/pkgs/development/tools/rust/panamax/default.nix
+++ b/nixpkgs/pkgs/development/tools/rust/panamax/default.nix
@@ -32,6 +32,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Mirror rustup and crates.io repositories for offline Rust and cargo usage";
+    mainProgram = "panamax";
     homepage = "https://github.com/panamax-rs/panamax";
     license = with licenses; [ mit /* or */ asl20 ];
     maintainers = with maintainers; [ figsoda ];