about summary refs log tree commit diff
path: root/ci-builds.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-19T22·08+0000
committerVincent Ambo <tazjin@google.com>2020-01-19T22·10+0000
commit47541340c0ac7226263f9151f1bf0f133144ae7e (patch)
treefd8f6bfbaedb54b3f42f03e0450aeb0c2a95b6a7 /ci-builds.nix
parent0b3b8a07c4205628386bade09d87c7c399e46563 (diff)
chore(build): Enable CI for patched third-party projects r/425
Diffstat (limited to 'ci-builds.nix')
-rw-r--r--ci-builds.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci-builds.nix b/ci-builds.nix
index 913f4f2b68..ac54c76a2d 100644
--- a/ci-builds.nix
+++ b/ci-builds.nix
@@ -16,5 +16,9 @@ in with pkgs; [
   tools.cheddar
   tools.emacs
   web.cgit-taz
+  third_party.cgit
+  third_party.git
+  third_party.guile
+  third_party.lisp # will build all third-party libraries
   # web.tazblog #  TODO(tazjin): Happstack build failure in nixos-unstable
 ]