chore(build): Build tools.emacs in CI

This commit is contained in:
Vincent Ambo 2019-12-14 16:00:04 +00:00
parent 7315ca331e
commit fea2191d15

View file

@ -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
]