about summary refs log tree commit diff
path: root/pkgs/development/tools/viceroy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/viceroy/default.nix')
-rw-r--r--pkgs/development/tools/viceroy/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/viceroy/default.nix b/pkgs/development/tools/viceroy/default.nix
index 9f195aee427f0..46b4240bfaf86 100644
--- a/pkgs/development/tools/viceroy/default.nix
+++ b/pkgs/development/tools/viceroy/default.nix
@@ -21,6 +21,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Viceroy provides local testing for developers working with Compute@Edge";
+    mainProgram = "viceroy";
     homepage = "https://github.com/fastly/Viceroy";
     license = licenses.asl20;
     maintainers = with maintainers; [ ereslibre shyim ];