From 5ad61ee4080b1d5e4804e498dadeb4b64889da2b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 26 Aug 2020 23:58:23 +0100 Subject: chore: Add __readTree attributes on systems that need to be built This is a temporary state (TODO added) to be picked up by the new CI logic. Change-Id: Id4702740ffd18325088e2a8a0c6157a8cee7ccf7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1852 Tested-by: BuildkiteCI Reviewed-by: tazjin --- ops/nixos/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ops') 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; }; } -- cgit 1.4.1