Skip to content

Commit

Permalink
[README.md] correct flake refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kolloch committed Jan 4, 2024
1 parent 0b492aa commit b7b8c79
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 @@ -93,7 +93,7 @@ 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.12.0
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.12.0
nix profile install 'github:nix-community/crate2nix?ref=master'
```

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

0 comments on commit b7b8c79

Please sign in to comment.