From 41974d5ed904a364dcf2f6251b1a25bb5aaa77c1 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 27 Nov 2023 02:17:53 +0100 Subject: treewide: add mainProgram --- pkgs/tools/system/supercronic/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/tools/system/supercronic') diff --git a/pkgs/tools/system/supercronic/default.nix b/pkgs/tools/system/supercronic/default.nix index 3b3f285a0865..6b2b4ef5c43a 100644 --- a/pkgs/tools/system/supercronic/default.nix +++ b/pkgs/tools/system/supercronic/default.nix @@ -34,5 +34,6 @@ buildGoModule rec { homepage = "https://github.com/aptible/supercronic"; license = licenses.mit; maintainers = with maintainers; [ nasageek ]; + mainProgram = "supercronic"; }; } -- cgit 1.4.1