diff options
author | Emma [it/its]@Rory& <root@rory.gay> | 2023-10-11 16:01:44 +0200 |
---|---|---|
committer | Emma [it/its]@Rory& <root@rory.gay> | 2023-10-11 16:01:44 +0200 |
commit | 4a871a1d82b4e26b3ddb015fd0b653e5ba033347 (patch) | |
tree | ce0bbf3b2905ef0404463a26493772a396387d1d /flake.nix | |
parent | Bot does not crash on startup when creating rooms (diff) | |
download | OsuFederatedBeatmapApi-4a871a1d82b4e26b3ddb015fd0b653e5ba033347.tar.xz |
Add main binary name in flake
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
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; |