mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-21 03:31:00 +00:00
flake.nix: set meta.mainProgram
This commit is contained in:
parent
c9f4316c2a
commit
98b976dc81
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,10 @@
|
|||
-D warnings \
|
||||
-A clippy::nonminimal_bool''
|
||||
];
|
||||
meta.description = "The buzzing ActivityPub relay";
|
||||
meta = {
|
||||
description = "The buzzing ActivityPub relay";
|
||||
mainProgram = "buzzrelay";
|
||||
};
|
||||
};
|
||||
in
|
||||
utils.lib.eachDefaultSystem
|
||||
|
|
Loading…
Reference in a new issue