Skip to content

Commit

Permalink
[README.md] update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Dec 17, 2023
1 parent 7c0874f commit 75ac297
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ Then

```bash
# Install the stable version to your user env (with shell completions):
nix-env -i -f https://github.com/nix-community/crate2nix/tarball/0.11.1
nix-env -i -f https://github.com/nix-community/crate2nix/tarball/0.12.0
```

or with flakes (enabled by default by nix-installer above):

```bash
nix profile install github:nix-community/crate2nix?ref=0.11.1
nix profile install github:nix-community/crate2nix?ref=0.12.0
```

NOTE: You can use [eigenvalue.cachix.org](https://eigenvalue.cachix.org/) to
Expand All @@ -111,7 +111,7 @@ nix-env -i -f https://github.com/nix-community/crate2nix/tarball/master
or with flakes (enabled by default by nix-installer above):

```bash
nix profile install nix-community/crate2nix?ref=0.11.1
nix profile install nix-community/crate2nix?ref=0.12.0
```

If you want to tweak crate2nix, clone the repository and then
Expand Down

0 comments on commit 75ac297

Please sign in to comment.