about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2023-10-11 16:01:44 +0200
committerEmma [it/its]@Rory& <root@rory.gay>2023-10-11 16:01:44 +0200
commit4a871a1d82b4e26b3ddb015fd0b653e5ba033347 (patch)
treece0bbf3b2905ef0404463a26493772a396387d1d
parentBot does not crash on startup when creating rooms (diff)
downloadOsuFederatedBeatmapApi-4a871a1d82b4e26b3ddb015fd0b653e5ba033347.tar.xz
Add main binary name in flake
Diffstat (limited to '')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 851a880..d0a1397 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,6 +11,7 @@
          packages.x86_64-linux = {
             default = pkgs.buildDotnetModule rec {
               pname = "OsuFederatedBeatmapApi-v${version}";
+              meta.mainProgram = "OsuFederatedBeatmapApi";
               version = "1";
               dotnet-sdk = pkgs.dotnet-sdk_7;
               dotnet-runtime = pkgs.dotnet-aspnetcore_7;