Merge pull request #82 from yegortimoshenko/patch-1

Recommend running Cachix with Nix shell
This commit is contained in:
Ryan Mulligan 2018-10-13 15:05:37 -07:00 committed by GitHub
commit 058908d199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -290,11 +290,9 @@ prMessage updateEnv isBroken metaDescription releaseUrlMessage compareUrlMessage
</summary>
One-time optional setup to skip building using Cachix:
1. Install cachix from https://cachix.org/
2. Use r-ryantm's cache:
```
cachix use r-ryantm
```
```
nix-shell -p cachix --run 'cachix use r-ryantm'
```
Test this update by entering a nix shell, seeing what is inside the
result, and if applicable, running some binaries: