1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-18 19:07:19 +03:00

Add README instructions for installing niv from nixpkgs

This commit is contained in:
Nicolas Mattia 2020-01-11 19:47:01 +01:00
parent d20eed4ce6
commit d891455d5b
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,10 @@ Painless dependencies for [Nix] projects. Read more in the [Getting started](#ge
## Install
`niv` is available in [`nixpkgs`](https://github.com/NixOS/nixpkgs) on the
`master` branch as `niv`. It is also available on the `release-19.09` branch as
`haskellPackages.niv`. Otherwise, run:
``` bash
$ nix-env -iA niv -f https://github.com/nmattia/niv/tarball/master
```

View File

@ -11,6 +11,10 @@ Painless dependencies for [Nix] projects. Read more in the [Getting started](#ge
## Install
`niv` is available in [`nixpkgs`](https://github.com/NixOS/nixpkgs) on the
`master` branch as `niv`. It is also available on the `release-19.09` branch as
`haskellPackages.niv`. Otherwise, run:
``` bash
$ nix-env -iA niv -f https://github.com/nmattia/niv/tarball/master
```