Change default buildPhase to run cargo build

This commit is contained in:
Ivan Petkov 2021-12-28 18:54:51 -08:00
parent 2730271710
commit e6a6ad68b1
No known key found for this signature in database
GPG Key ID: BB6F9EFC065832B6

View File

@ -60,7 +60,7 @@ let
buildPhase = ''
runHook preBuild
cargo check --release
cargo build --release
runHook postBuild
'';
};