hnix/README.md

25 lines
346 B
Markdown
Raw Normal View History

# hnix
2018-04-03 09:33:30 +02:00
Haskell parser, evaluator and type checker for the Nix language.
## Prerequisites
Nix is installed and in your `$PATH`.
## 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
2018-04-03 09:33:30 +02:00
...
$ ./dist/build/hnix/hnix --help
```