diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-21T02·51-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-21T22·58+0000 |
commit | 3b02fcb0a7ee5397d2565272d5ded55fd9cc165d (patch) | |
tree | 56e27cf0458dd13aa2a303ffd6b4f5aa40b8fda2 /ci-builds.nix | |
parent | d305e39187f617ad52fb699818c723ade4cf1ef2 (diff) |
feat(3p/lisp): Add cl-who r/1417
Change-Id: I35fcb65966be2bc63ef534ab0d575aae8beb3cdf Reviewed-on: https://cl.tvl.fyi/c/depot/+/1327 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
Diffstat (limited to 'ci-builds.nix')
-rw-r--r-- | ci-builds.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index 349ce9e98894..19723e4b3044 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -65,7 +65,7 @@ in lib.fix (self: { nix openldap rapidcheck - ]; + ] ++ builtins.attrValues lisp; various = with depot; [ lisp.dns |