diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-22T01·29+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-22T01·29+0000 |
commit | 4213b27b516c259b8f181c1a8586205900f2d4ec (patch) | |
tree | 826bc4a4dd9413f0dfdddee8ef43fb335e3a1393 /ci-builds.nix | |
parent | aab85ef0db43a34af1fe961c9f69b17a91b13e19 (diff) |
chore(builds): Enable Gemma build in CI r/442
Diffstat (limited to 'ci-builds.nix')
-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 b0215bd236a1..8bb649586327 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -7,6 +7,7 @@ let pkgs = import ./default.nix {}; in with pkgs; [ + fun.gemma nix.yants.tests ops."posix_mq.rs" ops.journaldriver |