about summary refs log tree commit diff
path: root/ops/nixos.nix
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-02-07T23·24+0300
committertazjin <tazjin@tvl.su>2022-02-08T12·06+0000
commit3318982f81c01b570b7021fd9f71aa2bfe192271 (patch)
tree4de9cfb785bf35d6c662623376eee7ae5abbcc44 /ops/nixos.nix
parent01ec92fc6ba43ea09892e7e939f84f2a9b30d714 (diff)
chore: move some meta.targets definitions to meta.ci.targets r/3790
Change-Id: Icdec1dec89158fb596c5185ac7105892081947f5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5252
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'ops/nixos.nix')
-rw-r--r--ops/nixos.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos.nix b/ops/nixos.nix
index 66ca188c5b..3a113ac4bb 100644
--- a/ops/nixos.nix
+++ b/ops/nixos.nix
@@ -50,5 +50,5 @@ in rec {
 
   # Systems that should be built in CI
   whitbySystem = (nixosFor depot.ops.machines.whitby).system;
-  meta.targets = [ "whitbySystem" ];
+  meta.ci.targets = [ "whitbySystem" ];
 }