mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
build(nix): build pk to correct build dir so it picks up libcommands.so
This commit is contained in:
parent
42ea1e1bb1
commit
00ba1753a2
1 changed files with 2 additions and 1 deletions
|
|
@ -204,7 +204,8 @@
|
||||||
set -x
|
set -x
|
||||||
${pluralkitConfCheck}
|
${pluralkitConfCheck}
|
||||||
${self'.apps.generate-command-parser-bindings.program}
|
${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";
|
depends_on.postgres.condition = "process_healthy";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue