ReadMe: update Cachix section

This commit is contained in:
Anton-Latukha 2021-02-03 23:44:22 +02:00
parent 6f6750c2b0
commit f74c7f8a47
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41

View File

@ -60,11 +60,15 @@ git clone --recursive 'https://github.com/haskell-nix/hnix.git' && cd hnix
```
### Cachix prebuild binary caches
### (optional) Cachix prebuild binary caches
If you opt in to use of Nix environment, please enable the official HNix Cachix binary cache:
If you would use our Nix-shell environment for development, you can connect to our Cachix HNix build caches:
1. Run:
```shell
nix-env -iA cachix -f https://cachix.org/api/v1/install
```
1. Go through https://cachix.org/ and set it up.
2. Run: `cachix use hnix`