diff options
author | Vincent Ambo <mail@tazj.in> | 2022-02-07T23·24+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-02-08T12·06+0000 |
commit | 3318982f81c01b570b7021fd9f71aa2bfe192271 (patch) | |
tree | 4de9cfb785bf35d6c662623376eee7ae5abbcc44 /ops | |
parent | 01ec92fc6ba43ea09892e7e939f84f2a9b30d714 (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')
-rw-r--r-- | ops/nixos.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ops/nixos.nix b/ops/nixos.nix index 66ca188c5bca..3a113ac4bbe9 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" ]; } |