Skip to content

Commit 9e4f57e

Browse files
committed
README.md: put Cachix cache setup before Building the project
1 parent 6f71f39 commit 9e4f57e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@ hnix --eval -E '(import <nixpkgs> {}).pkgs.hello' --repl
7070
Use the `:help` command for a list of all available REPL commands.
7171
7272
73+
## Cachix prebuild binary caches
74+
75+
To autoload prebuild project dependencies - please, enable the official HNix Cachix binary cache:
76+
77+
1. Go through https://cachix.org/ and set it up.
78+
79+
2. Run: `cachix use hnix`
80+
81+
7382
## Building
7483
7584
### With full debug info
@@ -108,15 +117,6 @@ cabal v2-build
108117
cabal v2-run hnix -- <args> +RTS -p
109118
```
110119
111-
## Cachix prebuild binary caches
112-
113-
To autoload prebuild project dependencies - please, enable the official HNix Cachix binary cache:
114-
115-
1. Go through https://cachix.org/ and set it up.
116-
117-
2. Run: `cachix use hnix`
118-
119-
120120
## Contributing
121121
122122
1. If something in the [quests](https://github.com/haskell-nix/hnix/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+no%3Aassignee) looks interesting, look through the thread and leave a comment taking it, to let others know you're working on it.

0 commit comments

Comments
 (0)