mirror of
https://github.com/nmattia/niv.git
synced 2024-11-07 22:36:53 +03:00
Use cache in install instructions
This commit is contained in:
parent
6cf4ff85b9
commit
50600603b5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user