diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-17T22·59+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-17T22·59+0100 |
commit | 74f70335440513e37a80cbc77e1063ba6fed45b5 (patch) | |
tree | 8ffefc30dfc56a8db2d35058ab1c37ee10bc39c1 | |
parent | a3894c2bf16aaca62b99d85000f4338f6dc12a36 (diff) |
feat(ci-builds): Build //third_party/nix in CI r/752
-rw-r--r-- | ci-builds.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index 80373b683c98..cbed7b87d1a6 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -23,6 +23,7 @@ with (import ./default.nix {}); [ third_party.cgit third_party.git third_party.lisp # will build all third-party libraries + third_party.nix tools.cheddar tools.emacs web.blog |