hnix/README.md
2016-02-07 17:53:22 -06:00

23 lines
274 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 git://github.com:jwiegley/hnix.git
...
$ cd hnix
$ nix-shell
...
$ cabal test
...
$ cabal bench
```