about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/compilers/ante/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/compilers/ante/default.nix')
-rw-r--r--nixpkgs/pkgs/development/compilers/ante/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/compilers/ante/default.nix b/nixpkgs/pkgs/development/compilers/ante/default.nix
index ebd70475d0fa..906ee0f16c2a 100644
--- a/nixpkgs/pkgs/development/compilers/ante/default.nix
+++ b/nixpkgs/pkgs/development/compilers/ante/default.nix
@@ -52,6 +52,7 @@ rustPlatform.buildRustPackage {
   meta = with lib; {
     homepage = "https://antelang.org/";
     description = "A low-level functional language for exploring refinement types, lifetime inference, and algebraic effects";
+    mainProgram = "ante";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ ehllie ];
   };