about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-08-26T21·01+0300
committertazjin <mail@tazj.in>2021-08-26T21·04+0000
commit1af8bf2b02cd51c8dd6c5e5d5ed286f46f55184f (patch)
treed494d790b946e48cab75f00dec3dfd7679f6b57e /default.nix
parentf6638ce62cfc7954604073a72d74ba3ac0b25e23 (diff)
fix(ops): Add another target that needs a //users exception r/2796
Change-Id: I3edede16890893e14727283a12c7fa3310cb4dc0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3441
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix3
1 files changed, 2 insertions, 1 deletions
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.