diff options
author | Vincent Ambo <mail@tazj.in> | 2020-06-26T19·31+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-06-26T19·33+0000 |
commit | 1d0e421cb86861c64b58d5aa66dce295ffe28af5 (patch) | |
tree | f84e982dd9de02d40d7f9d77b95b4bf8808f795d | |
parent | 351ed4f044753bc4b1f3dcdc83b96a32f7dcaeeb (diff) |
chore(ci-builds): Update for moved targets r/1089
Change-Id: I2227d13fd4769f2b4411a43082543a5b56cacfb1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/605 Reviewed-by: isomer <isomer@tvl.fyi>
-rw-r--r-- | ci-builds.nix | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ci-builds.nix b/ci-builds.nix index 02af7a28b4be..1f99afad91fc 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 ]; }) |