From 41b5ccc774d1ea048cfde6cba03a26bb0e080425 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 17 Aug 2023 18:12:26 +0200 Subject: [PATCH] honk: add `meta.mainProgram` attribute --- pkgs/servers/honk/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/honk/default.nix b/pkgs/servers/honk/default.nix index 74ef1daa2135..ab85abd939b5 100644 --- a/pkgs/servers/honk/default.nix +++ b/pkgs/servers/honk/default.nix @@ -42,6 +42,7 @@ buildGoModule rec { description = "An ActivityPub server with minimal setup and support costs."; homepage = "https://humungus.tedunangst.com/r/honk"; license = licenses.isc; + mainProgram = "honk"; maintainers = with maintainers; [ huyngo ]; }; }