easy-dhall-nix

This commit is contained in:
Cadey Ratio 2020-02-13 17:12:09 +00:00
parent eb158e05c1
commit 7d6576966d
2 changed files with 17 additions and 0 deletions

5
nix/dhall-yaml.nix Normal file
View File

@ -0,0 +1,5 @@
let
sources = import ./sources.nix;
pkgs = import sources.nixpkgs { };
dhall = import sources.easy-dhall-nix { inherit pkgs; };
in dhall.dhall-yaml-simple

View File

@ -1,4 +1,16 @@
{
"easy-dhall-nix": {
"branch": "master",
"description": "Derivations for easily downloading Dhall binaries and putting them to use.",
"homepage": "",
"owner": "justinwoo",
"repo": "easy-dhall-nix",
"rev": "735ad924fd829c9bbee0a167e0b2bbbf91e2cad5",
"sha256": "1r3sqs1cz0mcfwfvaq1d21vnppg5sqzqdl6w9krsw5ad5czkk190",
"type": "tarball",
"url": "https://github.com/justinwoo/easy-dhall-nix/archive/735ad924fd829c9bbee0a167e0b2bbbf91e2cad5.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"niv": {
"branch": "master",
"description": "Easy dependency management for Nix projects",