chore(yants): Move tests into subfolder & add to CI builds

This commit is contained in:
Vincent Ambo 2019-12-20 21:52:59 +00:00
parent 902500c4ea
commit 9885036eec
4 changed files with 5 additions and 6 deletions

View file

@ -7,12 +7,12 @@
let
pkgs = import ./default.nix {};
in with pkgs; [
nix.yants.tests
ops.journaldriver
ops.kms_pass
ops.sync-gcsr
tools.blog_cli
tools.emacs
web.cgit-taz
# web.tazblog # TODO(tazjin): Happstack build failure in nixos-unstable
]