Skip to content

Commit

Permalink
chore: link (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeeshan Lakhani committed Jun 14, 2023
1 parent 9e883f1 commit a4246a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ hooks. Please run this before every commit and/or push.
[cargo-expand][cargo-expand] and [irust][irust] for Rust development.
- We also recommend using [cargo-udeps][cargo-udeps] for removing unused
dependencies before commits and pull-requests.
- If using our [Nix flake][nix-flake], there are a number of handy
- If using our [Nix flake](./flake.nix), there are a number of handy
command shortcuts available for working with `cargo-watch`, `diesel`, and
other binaries, including:
* **`ci`**, which runs a sequence of commands to check formatting, lints, release
Expand All @@ -179,7 +179,7 @@ hooks. Please run this before every commit and/or push.
execution stages
* **`nx-test-<all,0>`**, which is just like `nx-test`, but adds `all` or `0`
for running tests either with the `all-features` flag or
`no-default-features` flag, respectively.
`no-default-features` flag, respectively
* **`x-<build,check,run,clippy,test>-<core,wasm,runtime>`** for package-specific
builds, tests, etc.

Expand Down

0 comments on commit a4246a8

Please sign in to comment.