diff options
Diffstat (limited to 'ops/nixos.nix')
-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" ]; } |