fix(nix): change rust build command

This commit is contained in:
asleepyskye 2025-04-13 11:01:12 -04:00
parent 4acc51195d
commit 9506833abf

View file

@ -160,7 +160,7 @@
${sourceDotenv} ${sourceDotenv}
set -x set -x
${pluralkitConfCheck} ${pluralkitConfCheck}
exec cargo build --package ${name} exec cargo build --bin ${name}
''; '';
}; };
}; };