diff options
Diffstat (limited to 'ops')
-rw-r--r-- | ops/nixos/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ops/nixos/default.nix b/ops/nixos/default.nix index 40431a79afaf..407e667f42ba 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; }; } |