about summary refs log tree commit diff
diff options
context:
space:
mode:
-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;