diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-20T22·19+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-20T22·19+0000 |
commit | db307701013b73f51a544116b9ec1ff37ab0f8df (patch) | |
tree | 4a54ba9867e039b757e00694c9f39394db3943e1 /ci-builds.nix | |
parent | a9f5c637071879eb1497c447b3caa10ff838b32e (diff) |
fix(kontemplate): Make build compatible with readTree r/252
The kontemplate build will keep using `buildGoPackage` for now until I've had the time to add tests to //nix/buildGo
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 5f3ae9bcf1c8..fe4c8477a037 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -10,6 +10,7 @@ in with pkgs; [ nix.yants.tests ops.journaldriver ops.kms_pass + ops.kontemplate ops.sync-gcsr tools.blog_cli tools.emacs |