diff --git a/pkgs/development/compilers/rust/binary.nix b/pkgs/development/compilers/rust/binary.nix index e390b43341fc..94d2418872d9 100644 --- a/pkgs/development/compilers/rust/binary.nix +++ b/pkgs/development/compilers/rust/binary.nix @@ -33,6 +33,7 @@ rec { homepage = "https://www.rust-lang.org/"; sourceProvenance = with sourceTypes; [ binaryNativeCode ]; description = "Safe, concurrent, practical language"; + mainProgram = "rustc"; maintainers = with maintainers; [ qknight ]; license = [ licenses.mit