From 6a0c8fdc26bd0285da6353fae85697286c3375c4 Mon Sep 17 00:00:00 2001 From: dusk Date: Sat, 4 Jan 2025 00:38:51 +0900 Subject: [PATCH] build(nix): use release path for commands lib output --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 238ae0e1..58aa5a2b 100644 --- a/flake.nix +++ b/flake.nix @@ -104,7 +104,7 @@ text = '' set -x [ "''${1:-}" == "" ] && cargo build --package commands --release - uniffi-bindgen-cs "''${1:-target/debug/libcommands.so}" --library --out-dir="''${2:-./PluralKit.Bot}" + uniffi-bindgen-cs "''${1:-target/release/libcommands.so}" --library --out-dir="''${2:-./PluralKit.Bot}" ''; }; };