Find a file
John Wiegley 89305fedf0
Merge pull request #92 from madjar/fix-function-env
Use environment in evaluation of function definitions
2018-03-01 11:23:00 -08:00
benchmarks
data
doc
main
Nix Use environment in evaluation of function definitions 2018-03-01 20:04:54 +01:00
tests Use environment in evaluation of function definitions 2018-03-01 20:04:54 +01:00
.gitignore
.gitmodules
.travis.yml
default.nix
hnix.cabal rm mention of shorthandtests from cabal file 2018-02-28 11:34:50 -06:00
LICENSE
Makefile
README.md
Setup.hs

hnix

Haskell parser for Nix expression language.

Prerequisites

Nix is installed and in your $PATH. Tested with Nix v1.10.

Getting Started

$ git clone https://github.com/jwiegley/hnix.git
...
$ cd hnix
$ cabal2nix --shell . > default.nix
$ nix-shell
...
$ cabal test
...
$ cabal bench