From 1d40832097eb9095bb0dea2e1c1524bb42a8f48c Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 31 May 2020 16:38:43 +0100 Subject: nix: add dhall to environment --- nix/sources.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nix') diff --git a/nix/sources.json b/nix/sources.json index 8e183ea..fbf61db 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -1,4 +1,11 @@ { + "dhall": { + "sha256": "0jv2s3rjk4ha5vq0z4x5w9q3x01kxvwdadcj1a9x1qyx29xxi9qp", + "type": "tarball", + "url": "https://github.com/dhall-lang/dhall-haskell/releases/download/1.32.0/dhall-1.32.0-x86_64-linux.tar.bz2", + "url_template": "https://github.com/dhall-lang/dhall-haskell/releases/download//dhall--x86_64-linux.tar.bz2", + "version": "1.32.0" + }, "nixpkgs": { "branch": "nixos-20.03", "description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to", -- cgit v1.2.3