diff options
| author | Fuwn <[email protected]> | 2021-05-06 00:22:02 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-06 00:22:02 -0700 |
| commit | 1e5af200028111e137f15a2a3c224ca29ecc9670 (patch) | |
| tree | 3e4d3ac94cae3fd7995b6993e61f5980ad2f0688 /nix/sources.json | |
| parent | chore(global): create version file (diff) | |
| download | whirl-1e5af200028111e137f15a2a3c224ca29ecc9670.tar.xz whirl-1e5af200028111e137f15a2a3c224ca29ecc9670.zip | |
feat(nix): spice it all up
Diffstat (limited to 'nix/sources.json')
| -rw-r--r-- | nix/sources.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nix/sources.json b/nix/sources.json index 33453bf..04180f2 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -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": "1f6eecab5c276a59858a10bbfcbbc5611187da03", + "sha256": "07n7y93xfiwr82yx2v8r5mxcafsxgs1hdl1ghq6xah5v827fb6q0", + "type": "tarball", + "url": "https://github.com/justinwoo/easy-dhall-nix/archive/1f6eecab5c276a59858a10bbfcbbc5611187da03.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, "naersk": { "branch": "master", "description": "Build rust crates in Nix. No configuration, no code generation, no IFD. Sandbox friendly.", |