Skip to content

Commit

Permalink
README: remove stale advice about cargo2nix
Browse files Browse the repository at this point in the history
  • Loading branch information
msfjarvis authored and cole-h committed Mar 29, 2024
1 parent eb120ff commit 3fd6b66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
with `cargo clippy`. If you added, removed, or updated the dependencies, also be
sure to update Cargo.nix by running
[`./nix/update-crates.sh`](./nix/update-crates.sh).
with `cargo clippy`.

To disable warnings as errors, run your command with an empty `RUSTFLAGS`. For
example:
Expand Down

0 comments on commit 3fd6b66

Please sign in to comment.