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

53 lines
611 B
Markdown
Raw Normal View History

2019-01-31 01:56:35 +03:00
# niv
2019-02-01 00:05:07 +03:00
[![CircleCI](https://circleci.com/gh/nmattia/niv.svg?style=svg)](https://circleci.com/gh/nmattia/niv)
2019-01-31 01:56:35 +03:00
A tool for dealing with third-party packages in [Nix].
2019-02-05 17:18:42 +03:00
## Install
``` bash
$ nix-env -iA niv -f https://github.com/nmattia/niv/tarball/master
```
## Build
2019-01-31 01:56:35 +03:00
Inside the provided nix shell:
``` bash
$ # GHCi:
$ snack ghci
$ # run:
$ snack run -- <args>
```
## Usage
* [Add](#add)
* [Update](#update)
* [Drop](#drop)
```
replace_niv_help
```
### Add
```
replace_niv_add_help
```
### Update
```
replace_niv_update_help
```
### Drop
```
replace_niv_drop_help
```
[Nix]: https://nixos.org/nix/