about summary refs log tree commit diff
path: root/pkgs/applications/misc/thokr
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/thokr')
-rw-r--r--pkgs/applications/misc/thokr/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/thokr/default.nix b/pkgs/applications/misc/thokr/default.nix
index 74c5b2ccc712f..cf82a8d6aeb81 100644
--- a/pkgs/applications/misc/thokr/default.nix
+++ b/pkgs/applications/misc/thokr/default.nix
@@ -18,5 +18,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/thatvegandev/thokr";
     license = licenses.mit;
     maintainers = with maintainers; [ figsoda ];
+    mainProgram = "thokr";
   };
 }