Commit Graph

11 Commits

Author SHA1 Message Date
Profpatsch 6d34cf1038 chore(*): <nixpkgs> -> ./nixpkgs.nix
This way we don’t get any dumb system-related bugs/bugreports.
2020-11-30 22:50:55 +01:00
Profpatsch f0270205ee feat(build): allow multiple binaries
I gave in because I wanted to use yaml-to-dhall, so this implements
copying multiple binaries.
2020-08-04 23:06:03 +02:00
Profpatsch e207b5c2c6 refactor(dhall-*): put common parts into build.nix
The files are very self-similar, and provided upstream doesn’t do
something completely crazy, they should stay that way.

dhall-json is more complicated, and it wasn’t worth it implemented
something more complicated in build.nix, so for now it stays the same.
2020-08-04 21:30:56 +02:00
aszlig 65a30e2c0c
Switch to using fetchzip instead of fetchurl
GitHub's source tarballs are created in a non-deterministic way and the
order the entries are added is not stable.

In nixpkgs, there is fetchFromGitHub which works around this issue by
being a wrapper around fetchzip and since we're already using the full
URL to the corresponding GitHub archives, I switched to fetchzip instead
to keep the changes minimal.

Signed-off-by: aszlig <aszlig@nix.build>
2020-07-12 20:42:28 +02:00
Profpatsch b8267b1988 update 1.31
Use the `fetch.py` script to update to dhall 1.31 and add some
instructions on how to do it.
2020-03-29 22:29:08 +02:00
Peter Trsko cead668b72 Update to 1.30 2020-02-19 11:26:39 +00:00
Peter Trsko 05bd43e7c3 Update to 1.29 2020-01-14 16:08:17 +00:00
justinwoo ab53c99562 update 1.28 2019-12-19 14:04:31 +09:00
justinwoo eb6737b18a update to 1.27.0 2019-10-21 12:43:09 +03:00
justinwoo 065d6fed93 update dhall 2019-09-27 11:57:00 -04:00
Profpatsch f010b081fb add dhall-to-nix 2019-09-24 16:22:05 +02:00