# horizon-gen-nix
horizon-gen-nix is an executable for generating nix expressions
from [horizon-spec](https://hackage.haskell.org/package/horizon-spec)
dhall definitions.
```
Usage: horizon-gen-nix [--input-file INPUT_FILE] [--packages-dir PACKAGES_DIR]
COMMAND
Available options:
-h,--help Show this help text
--input-file INPUT_FILE The name of the input file.
--packages-dir PACKAGES_DIR
The directory to put haskell packages.
Available commands:
make-package-set Run in MakePackageSet Mode
overlay Run in Overlay Mode
```
## Building
```
nix build
```
## Development
```
nix develop
```