From 1d0e421cb86861c64b58d5aa66dce295ffe28af5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 26 Jun 2020 20:31:01 +0100 Subject: chore(ci-builds): Update for moved targets Change-Id: I2227d13fd4769f2b4411a43082543a5b56cacfb1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/605 Reviewed-by: isomer --- ci-builds.nix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'ci-builds.nix') diff --git a/ci-builds.nix b/ci-builds.nix index 02af7a28b4..1f99afad91 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -22,7 +22,6 @@ in lib.fix(self: { # List of non-public targets, these are only used in local builds # and not in CI. __nonpublic = with depot; [ - users.tazjin.emacs users.tazjin.nixos.camdenSystem users.tazjin.nixos.frogSystem ]; @@ -57,14 +56,18 @@ in lib.fix(self: { ]; various = with depot; [ - tools.cheddar + depot.web.tvl lisp.dns nix.buildLisp.example nix.yants.tests + tools.cheddar + tools.nsfv-setup ]; - web = with depot.web; [ + # User-specific build targets + tazjin = with depot.users.tazjin; [ blog - tvl + emacs + homepage ]; }) -- cgit 1.4.1