From b01b718f335350cde34a2255b6d757cd733a9725 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Wed, 30 Sep 2020 17:11:08 +0300 Subject: [PATCH] README.md: mv Cachix in Getting started --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bc4a023..f8c91cb 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,16 @@ git clone --recursive https://github.com/haskell-nix/hnix.git cd hnix ``` + +### Cachix prebuild binary caches + +If you opt in in use of Nix environment, to accelerateprocesses, please, enable the official HNix Cachix binary cache: + +1. Go through https://cachix.org/ and set it up. + +2. Run: `cachix use hnix` + + ### Development using Cabal Cabal [Quickstart](https://cabal.readthedocs.io/en/3.4/nix-local-build.html). @@ -111,15 +121,6 @@ hnix --eval -E '(import {}).pkgs.hello' --repl Use the `:help` command for a list of all available REPL commands. -## Cachix prebuild binary caches - -To autoload prebuild project dependencies - please, enable the official HNix Cachix binary cache: - -1. Go through https://cachix.org/ and set it up. - -2. Run: `cachix use hnix` - - ## Building ### With benchmarks