about summary refs log tree commit diff
path: root/pkgs/applications/editors/ox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/ox/default.nix')
-rw-r--r--pkgs/applications/editors/ox/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/ox/default.nix b/pkgs/applications/editors/ox/default.nix
index 2e67e83e972b3..24ce2cec46df1 100644
--- a/pkgs/applications/editors/ox/default.nix
+++ b/pkgs/applications/editors/ox/default.nix
@@ -19,5 +19,6 @@ rustPlatform.buildRustPackage rec {
     changelog = "https://github.com/curlpipe/ox/releases/tag/${version}";
     license = licenses.gpl2Only;
     maintainers = with maintainers; [ moni ];
+    mainProgram = "ox";
   };
 }