about summary refs log tree commit diff
path: root/pkgs/tools/system/zx/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/zx/default.nix')
-rw-r--r--pkgs/tools/system/zx/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/zx/default.nix b/pkgs/tools/system/zx/default.nix
index 857661c31f2f..1dec344ed3aa 100644
--- a/pkgs/tools/system/zx/default.nix
+++ b/pkgs/tools/system/zx/default.nix
@@ -21,5 +21,6 @@ buildNpmPackage rec {
     homepage = "https://github.com/google/zx";
     license = lib.licenses.asl20;
     maintainers = with lib.maintainers; [ hlolli ];
+    mainProgram = "zx";
   };
 }