forked from the-distro/ofborg
README: remove stale advice about cargo2nix
This commit is contained in:
parent
eb120ff74c
commit
3fd6b66cd3
|
@ -217,9 +217,7 @@ $ nix-build -A ofborg.rs # build ofborg
|
||||||
Currently there is no easy way to set up a test instance of ofborg. If `cargo
|
Currently there is no easy way to set up a test instance of ofborg. If `cargo
|
||||||
check` and `cargo test` both succeed, feel free to Pull Request your changes.
|
check` and `cargo test` both succeed, feel free to Pull Request your changes.
|
||||||
Make sure to format your code with `cargo fmt` and check for additional warnings
|
Make sure to format your code with `cargo fmt` and check for additional warnings
|
||||||
with `cargo clippy`. If you added, removed, or updated the dependencies, also be
|
with `cargo clippy`.
|
||||||
sure to update Cargo.nix by running
|
|
||||||
[`./nix/update-crates.sh`](./nix/update-crates.sh).
|
|
||||||
|
|
||||||
To disable warnings as errors, run your command with an empty `RUSTFLAGS`. For
|
To disable warnings as errors, run your command with an empty `RUSTFLAGS`. For
|
||||||
example:
|
example:
|
||||||
|
|
Loading…
Reference in a new issue