Skip to content

Commit f74c7f8

Browse files
committed
ReadMe: update Cachix section
1 parent 6f6750c commit f74c7f8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

ReadMe.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,15 @@ git clone --recursive 'https://github.com/haskell-nix/hnix.git' && cd hnix
6060
```
6161

6262

63-
### Cachix prebuild binary caches
63+
### (optional) Cachix prebuild binary caches
6464

65-
If you opt in to use of Nix environment, please enable the official HNix Cachix binary cache:
65+
If you would use our Nix-shell environment for development, you can connect to our Cachix HNix build caches:
66+
67+
1. Run:
68+
```shell
69+
nix-env -iA cachix -f https://cachix.org/api/v1/install
70+
```
6671

67-
1. Go through https://cachix.org/ and set it up.
6872

6973
2. Run: `cachix use hnix`
7074

0 commit comments

Comments
 (0)