Go to file
justinwoo 83158cb4bb fix shell setup with lorri 2019-08-04 16:00:07 +02:00
.envrc fix shell setup with lorri 2019-08-04 16:00:07 +02:00
.travis.yml add travis config 2018-12-08 14:43:42 +02:00
LICENSE license 2018-12-08 17:36:09 +02:00
Makefile update exports and test 2018-12-08 14:57:48 +02:00
README.md Update README.md 2018-12-09 14:14:07 +02:00
default.nix fix derivations missing usages of pkgs 2019-08-03 23:38:20 +02:00
dhall-bash-simple.nix update 1.25 2019-07-29 23:33:35 +03:00
dhall-json-simple.nix update 1.25 2019-07-29 23:33:35 +03:00
dhall-simple.nix update 1.25 2019-07-29 23:33:35 +03:00
shell.nix fix shell setup with lorri 2019-08-04 16:00:07 +02:00
test.bash update 1.25 2019-07-29 23:33:35 +03:00

README.md

Easy Dhall Nix

Build Status

Derivations for easily downloading Dhall binaries and putting them to use.

Trial

You cn get an appropriate nix-shell with the binaries installed by first testing this with:

nix-shell

Installation

You might choose to simply copy the derivations from this repository, or you can fetch the git/Github repo using the various helpers:

> nix repl
nix-repl> pkgs = import <nixpkgs> {}

nix-repl> drvs = import (pkgs.fetchFromGitHub {
  owner = "justinwoo";
  repo = "easy-dhall-nix";
  rev = # some REV
  sha256 = # some SHA
}) {}

nix-repl> drvs.dhall-simple
«derivation /nix/store/qz29jbplpmlvsbmq05084dh1fbs8sl0h-dhall-simple.drv»

NixOS: Contributors needed

The derivations here have been tested by others to work on NixOS. If you have problems, open an issue.