diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/default.nix b/default.nix index f26b970e834e..19c00bb2c4d2 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. |