mirror of
https://github.com/haskell-nix/hnix.git
synced 2024-11-10 13:29:37 +03:00
A Haskell re-implementation of the Nix expression language
benchmarks | ||
data | ||
doc | ||
main | ||
Nix | ||
tests | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
default.nix | ||
hnix.cabal | ||
LICENSE | ||
Makefile | ||
Nix.hs | ||
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