mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(nix): change rust build command
This commit is contained in:
parent
4acc51195d
commit
9506833abf
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@
|
||||||
${sourceDotenv}
|
${sourceDotenv}
|
||||||
set -x
|
set -x
|
||||||
${pluralkitConfCheck}
|
${pluralkitConfCheck}
|
||||||
exec cargo build --package ${name}
|
exec cargo build --bin ${name}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue