nix: add mainProgram attribute
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I5744837dbf5cb718dd9a293f2fe288a26a6a6964
This commit is contained in:
parent
d952b973a8
commit
1fe6bfb380
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue