diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-14T16·00+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-14T16·00+0000 |
commit | fea2191d15dbad549a74a794662fbc919a228042 (patch) | |
tree | 259600cb1a8caeeb70b5ac128e02d5dcdab3a73a /ci-builds.nix | |
parent | 7315ca331ea36e616f8c2d63b938421596985e60 (diff) |
chore(build): Build tools.emacs in CI r/148
Diffstat (limited to 'ci-builds.nix')
-rw-r--r-- | ci-builds.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index 765070618580..5ffc14e318c2 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -9,9 +9,10 @@ let pkgs = import ./default.nix {}; in with pkgs; [ - services.tazblog services.nixcon-demo - tools.kms_pass + services.tazblog tools.blog_cli + tools.emacs + tools.kms_pass ] |