diff options
author | Vincent Ambo <tazjin@google.com> | 2020-01-20T13·50+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-01-20T13·50+0000 |
commit | e93913d6cd21e25d6b96561392df34cddde9f8c9 (patch) | |
tree | 5d354cb4331a9ba59a04f759529dc4cbc9230b8e /ci-builds.nix | |
parent | 336937814ce3951c874da7b01b0c407fad540882 (diff) |
feat(ops/mq_cli): Bump dependencies & add derivation r/434
Diffstat (limited to 'ci-builds.nix')
-rw-r--r-- | ci-builds.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index 10a54069374b..b0215bd236a1 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -8,11 +8,12 @@ let pkgs = import ./default.nix {}; in with pkgs; [ nix.yants.tests + ops."posix_mq.rs" ops.journaldriver ops.kms_pass ops.kontemplate + ops.mq_cli ops.sync-gcsr - ops."posix_mq.rs" tools.blog_cli tools.cheddar tools.emacs |