From 1fe6bfb3809af1be428947154508a36cca42d0dd Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 1 Feb 2026 15:36:53 +0300 Subject: [PATCH] nix: add mainProgram attribute Signed-off-by: NotAShelf Change-Id: I5744837dbf5cb718dd9a293f2fe288a26a6a6964 --- nix/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/package.nix b/nix/package.nix index 5557d37..112904e 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -67,5 +67,6 @@ stdenv.mkDerivation (finalAttrs: { description = "The ultimate trout population helper"; license = lib.licenses.eupl12; maintainers = with lib.maintainers; [NotAShelf]; + mainProgram = "troutbot"; }; })