@hackage horizon-gen-nix0.3.1.0

Generate nix expressions from horizon-spec definitions

horizon-gen-nix

horizon-gen-nix is an executable for generating nix expressions from 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