about summary refs log tree commit diff
path: root/pkgs/build-support/dhall-to-nix.nix
AgeCommit message (Collapse)AuthorFilesLines
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2017-01-26Add a `pkgs.dhallToNix` utilityGabriel Gonzalez1-0/+38
This adds a `dhallToNix` utility which compiles expression from the Dhall configuration language to Nix using Nix's support for "import from derivation". The main motivation of this compiler is to allow users to carve out small typed subsets of Nix projects. Everything in the Dhall language (except `Double`s) can be translated to Nix in this way, including functions.