build(nix): build pk to correct build dir so it picks up libcommands.so

This commit is contained in:
dusk 2025-01-05 01:22:19 +09:00
parent 42ea1e1bb1
commit 00ba1753a2
No known key found for this signature in database

View file

@ -204,7 +204,8 @@
set -x
${pluralkitConfCheck}
${self'.apps.generate-command-parser-bindings.program}
exec dotnet run -c Release --project PluralKit.Bot
dotnet build -c Release -o obj/
exec dotnet obj/PluralKit.Bot.dll
'';
};
depends_on.postgres.condition = "process_healthy";