horizon-gen-nix: Generate nix expressions from horizon-spec definitions

[ library, mit, nix, package-management, program ] [ Propose Tags ]

Generate nix expressions from horizon-spec definitions


[Skip to Readme]

Modules

  • Horizon
    • Gen
      • Horizon.Gen.Nix
        • Cabal2Nix
          • Horizon.Gen.Nix.Cabal2Nix.Options
        • Horizon.Gen.Nix.Options
        • Horizon.Gen.Nix.Pretty
        • Types
          • Horizon.Gen.Nix.Types.HorizonMode
          • Horizon.Gen.Nix.Types.OverlayFile
          • Horizon.Gen.Nix.Types.PackageSetFile
          • Horizon.Gen.Nix.Types.PackagesDirectory
        • Horizon.Gen.Nix.Writers

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2, 0.3.0, 0.3.0.1, 0.3.1.0, 0.4.0, 0.5, 0.6
Change log ChangeLog.md
Dependencies base (>=4.17 && <5), Cabal-syntax, cabal2nix, containers, dhall, directory, distribution-nixpkgs, either, horizon-gen-nix, horizon-spec (>=0.3 && <0.4), language-nix, lens, optparse-applicative, path, path-dhall-instance, pretty, silently, sydtest, text [details]
License MIT
Copyright 2022 Daniel Firth
Author Daniel Firth
Maintainer dan.firth@homotopic.tech
Category Package Management, Nix
Source repo head: git clone https://gitlab.homotopic.tech/horizon/horizon-gen-nix
Uploaded by locallycompact at 2022-12-01T17:30:45Z
Distributions
Executables horizon-gen-nix-tests, horizon-gen-nix
Downloads 281 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-12-01 [all 2 reports]

Readme for horizon-gen-nix-0.3.0.1

[back to package description]

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