From 77a47fa85c78296962cb16711a189c6b6bfeb96c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 31 Aug 2020 01:59:28 +0100 Subject: chore(tazjin/nixos): Include camdenSystem and frogSystem in CI Change-Id: I83c99a853e7a14a41ba87fed9d7988d4a2556920 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1894 Tested-by: BuildkiteCI Reviewed-by: tazjin --- users/tazjin/nixos/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/tazjin') diff --git a/users/tazjin/nixos/default.nix b/users/tazjin/nixos/default.nix index 9747f5c00c..d4576bd3c7 100644 --- a/users/tazjin/nixos/default.nix +++ b/users/tazjin/nixos/default.nix @@ -41,4 +41,6 @@ in { camdenSystem = systemFor [ depot.users.tazjin.nixos.camden ]; frogSystem = systemFor [ depot.users.tazjin.nixos.frog ]; + + meta.targets = [ "camdenSystem" "frogSystem" ]; } -- cgit 1.4.1