hnix/README.md
Domen Kožar b821021cac
Merge {build,shell,default}.nix into default.nix
cabal2nix generates all of them in one go.
2018-01-28 21:58:33 +00:00

24 lines
312 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
$ cabal2nix --shell . > default.nix
$ nix-shell
...
$ cabal test
...
$ cabal bench
```