about summary refs log tree commit diff
path: root/third_party/lisp/puri.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-03-27 r/2351 fix(3p/lisp/puri): Use fetchgit for source, update versionGriffin Smith1-4/+3
Something changed in the upstream we fetch this source from that's causing the fetch to fail - I can only assume it's a yanked rev, but I'm not really sure. fetchgit from nixpkgs appears to be a little bit more robust than builtins.fetchGit, so let's switch to that, and also upgrade to a rev that we know is present. Fixes: b/96 Change-Id: I8983c2df11ab4fa20f60915f950c6a7378efd2fd Reviewed-on: https://cl.tvl.fyi/c/depot/+/2691 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
2020-02-21 r/559 chore: Rename pkgs->depot in all Nix file headersVincent Ambo1-2/+2
2020-01-21 r/436 feat(third_party/lisp): Check in drakma HTTP client & depsVincent Ambo1-0/+15
This HTTP client has much fewer dependencies than some of the other ones I've seen, and it'll be good enough for my demo purposes.