Skip to content

Commit b581d03

Browse files
committed
docs: nix flake installation method
1 parent 4b4ee78 commit b581d03

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,22 @@ anyhow = { path = "../anyhow" }
2929

3030
First, ensure that you have a recent version of `cargo` installed.
3131

32+
## Cargo
33+
3234
`cargo override` can then be installed with `cargo`.
3335

3436
```
3537
cargo install cargo-override --locked
3638
```
3739

38-
Alternative installation methods will be avalible in the future.
40+
## Nix ❄️
41+
42+
You can try `cargo override` in your shell with flakes enabled, using:
43+
44+
```
45+
nix shell github:eopb/cargo-override
46+
```
47+
3948

4049
# Usage
4150

0 commit comments

Comments
 (0)