about summary refs log tree commit diff
path: root/third_party/lisp/cl-base64.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-15 r/3246 refactor(3p/lisp): Use sources from nixpkgs where possibleVincent Ambo1-5/+2
nixpkgs includes a lispPackages set which is generated from something. In the meantime, we pretty much never update our Lisp deps. This commit ties our sources to nixpkgs.lispPackages where the desired package is included in nixpkgs (which is actually most of them!) Change-Id: I520a006535980271b2fa4e0ed4e34029475dcbef Reviewed-on: https://cl.tvl.fyi/c/depot/+/4331 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi>
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/+17
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.