1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-16 01:47:08 +03:00

Use cache in install instructions

This commit is contained in:
Nicolas Mattia 2020-02-21 10:39:03 +01:00
parent 6cf4ff85b9
commit 50600603b5
2 changed files with 6 additions and 2 deletions

View File

@ -16,7 +16,9 @@ Painless dependencies for [Nix] projects. Read more in the [Getting started](#ge
`haskellPackages.niv`. Otherwise, run:
``` bash
$ nix-env -iA niv -f https://github.com/nmattia/niv/tarball/master
$ nix-env -iA niv -f https://github.com/nmattia/niv/tarball/master \
--substituters https://niv.cachix.org \
--trusted-public-keys niv.cachix.org-1:X32PCg2e/zAm3/uD1ScqW2z/K0LtDyNV7RdaxIuLgQM=
```
## Build

View File

@ -16,7 +16,9 @@ Painless dependencies for [Nix] projects. Read more in the [Getting started](#ge
`haskellPackages.niv`. Otherwise, run:
``` bash
$ nix-env -iA niv -f https://github.com/nmattia/niv/tarball/master
$ nix-env -iA niv -f https://github.com/nmattia/niv/tarball/master \
--substituters https://niv.cachix.org \
--trusted-public-keys niv.cachix.org-1:X32PCg2e/zAm3/uD1ScqW2z/K0LtDyNV7RdaxIuLgQM=
```
## Build