ipetkov / crane

A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
https://crane.dev
MIT License
926 stars 88 forks source link

update docs on lock - no always lock must be in directory #92

Closed dzmitry-lahoda closed 2 years ago

dzmitry-lahoda commented 2 years ago

seems reasonable not have lock in repo if you have lock in released achieve

https://github.com/taiki-e/cargo-llvm-cov/pull/152#issuecomment-1107175353

ipetkov commented 2 years ago

Thanks for the report @dzmitry-lahoda ! There is a way to pass in your own Cargo.lock file by setting cargoLock on buildDepsOnly/vendorCargoDeps/cargoBuild/buildPackage but I'll highlight this in the FAQ section of the README