From 8121f3559a98259a8e767dedf4eaf3939442c54d Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 11 Feb 2024 03:19:15 +0100 Subject: treewide: add `mainProgram` --- pkgs/applications/misc/thokr/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/applications/misc/thokr') 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"; }; } -- cgit 1.4.1