hnix/README.md
John Wiegley 38f6413075
Fix GitHub URL
Fixes #49
2016-12-20 21:13:54 -08:00

23 lines
276 B
Markdown

# hnix
Haskell parser for Nix expression language.
## Prerequisites
Nix is installed and in your `$PATH`.
Tested with Nix v1.10.
## Getting Started
```bash
$ git clone https://github.com/jwiegley/hnix.git
...
$ cd hnix
$ nix-shell
...
$ cabal test
...
$ cabal bench
```