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

45 lines
418 B
Markdown
Raw Normal View History

2019-01-31 01:56:35 +03:00
# niv
A tool for dealing with third-party packages in [Nix].
## Building
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/