about summary refs log tree commit diff
path: root/pkgs/development/tools/air/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/air/default.nix')
-rw-r--r--pkgs/development/tools/air/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/air/default.nix b/pkgs/development/tools/air/default.nix
index ce51efafdbad..bb2c13a2e11c 100644
--- a/pkgs/development/tools/air/default.nix
+++ b/pkgs/development/tools/air/default.nix
@@ -19,6 +19,7 @@ buildGoModule rec {
 
   meta = with lib; {
     description = "Live reload for Go apps";
+    mainProgram = "air";
     homepage = "https://github.com/cosmtrek/air";
     license = licenses.gpl3Only;
     maintainers = with maintainers; [ Gonzih ];