nix: add mainProgram attribute

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I5744837dbf5cb718dd9a293f2fe288a26a6a6964
This commit is contained in:
raf 2026-02-01 15:36:53 +03:00
commit 1fe6bfb380
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -67,5 +67,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "The ultimate trout population helper"; description = "The ultimate trout population helper";
license = lib.licenses.eupl12; license = lib.licenses.eupl12;
maintainers = with lib.maintainers; [NotAShelf]; maintainers = with lib.maintainers; [NotAShelf];
mainProgram = "troutbot";
}; };
}) })