Skip to content

Commit b01b718

Browse files
committed
README.md: mv Cachix in Getting started
1 parent 86b609e commit b01b718

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ git clone --recursive https://github.com/haskell-nix/hnix.git
4343
cd hnix
4444
```
4545

46+
47+
### Cachix prebuild binary caches
48+
49+
If you opt in in use of Nix environment, to accelerateprocesses, please, enable the official HNix Cachix binary cache:
50+
51+
1. Go through https://cachix.org/ and set it up.
52+
53+
2. Run: `cachix use hnix`
54+
55+
4656
### Development using Cabal
4757

4858
Cabal [Quickstart](https://cabal.readthedocs.io/en/3.4/nix-local-build.html).
@@ -111,15 +121,6 @@ hnix --eval -E '(import <nixpkgs> {}).pkgs.hello' --repl
111121
Use the `:help` command for a list of all available REPL commands.
112122

113123

114-
## Cachix prebuild binary caches
115-
116-
To autoload prebuild project dependencies - please, enable the official HNix Cachix binary cache:
117-
118-
1. Go through https://cachix.org/ and set it up.
119-
120-
2. Run: `cachix use hnix`
121-
122-
123124
## Building
124125

125126
### With benchmarks

0 commit comments

Comments
 (0)