about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
Diffstat (limited to 'ops')
-rw-r--r--ops/nixos/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/ops/nixos/default.nix b/ops/nixos/default.nix
index 40431a79af..407e667f42 100644
--- a/ops/nixos/default.nix
+++ b/ops/nixos/default.nix
@@ -42,4 +42,10 @@ rec {
     nix-env -p /nix/var/nix/profiles/system --set $system
     $system/bin/switch-to-configuration switch
   '';
+
+  # Systems that should be built in CI
+  #
+  # TODO(tazjin): Refactor the whole systems setup, it's a bit
+  # inconsistent at the moment.
+  whitbySystem = (nixosFor whitby).system // { __readTree = true; };
 }