about summary refs log tree commit diff
path: root/pkgs/development/web/function-runner/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/web/function-runner/default.nix')
-rw-r--r--pkgs/development/web/function-runner/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/web/function-runner/default.nix b/pkgs/development/web/function-runner/default.nix
index a3526a0c5584..ba1be2863f81 100644
--- a/pkgs/development/web/function-runner/default.nix
+++ b/pkgs/development/web/function-runner/default.nix
@@ -15,6 +15,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "A CLI tool which allows you to run Wasm Functions intended for the Shopify Functions infrastructure";
+    mainProgram = "function-runner";
     homepage = "https://github.com/Shopify/function-runner";
     license = licenses.asl20;
     maintainers = with maintainers; [ nintron ];