We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6750c commit f74c7f8Copy full SHA for f74c7f8
ReadMe.md
@@ -60,11 +60,15 @@ git clone --recursive 'https://github.com/haskell-nix/hnix.git' && cd hnix
60
```
61
62
63
-### Cachix prebuild binary caches
+### (optional) Cachix prebuild binary caches
64
65
-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:
66
+
67
+1. Run:
68
+ ```shell
69
+ nix-env -iA cachix -f https://cachix.org/api/v1/install
70
+ ```
71
-1. Go through https://cachix.org/ and set it up.
72
73
2. Run: `cachix use hnix`
74
0 commit comments