hnix/README.md

24 lines
312 B
Markdown
Raw Normal View History

# hnix
Haskell parser for Nix expression language.
## Prerequisites
Nix is installed and in your `$PATH`.
Tested with Nix v1.10.
## Getting Started
```bash
2016-12-21 06:13:54 +01:00
$ git clone https://github.com/jwiegley/hnix.git
...
$ cd hnix
$ cabal2nix --shell . > default.nix
$ nix-shell
...
$ cabal test
...
$ cabal bench
```