From 1af8bf2b02cd51c8dd6c5e5d5ed286f46f55184f Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 27 Aug 2021 00:01:03 +0300 Subject: fix(ops): Add another target that needs a //users exception Change-Id: I3edede16890893e14727283a12c7fa3310cb4dc0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3441 Reviewed-by: sterni Tested-by: BuildkiteCI --- default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index f26b970e83..19c00bb2c4 100644 --- a/default.nix +++ b/default.nix @@ -28,11 +28,12 @@ let # 2. tazjin's website is currently hosted on whitby because # camden is in storage. # - # Due to evaluation order this also affects //ops/nixos.nix. [ "ops" "machines" "whitby" ] + # Due to evaluation order this also affects these targets. # TODO(tazjin): Can this one be removed somehow? [ "ops" "nixos" ] + [ "ops" "machines" "all-systems" ] # //web/bubblegum has examples using //users/sterni, they should # probably be in the user folder instead with a link there. -- cgit 1.4.1