diff options
author | sterni <sternenseemann@systemli.org> | 2022-05-04T15·56+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-04T16·18+0000 |
commit | fbbee5584b2fcc39c67b8c638cf991720f480235 (patch) | |
tree | a3f87f67831f0aecff80b862262fd07a0661c90e /ops/nixos.nix | |
parent | 5fae8b08266a4fd7f24ed3eddc914e61a45cee9a (diff) |
subtree(3p/cgit): update for git 2.36.0 support r/4004
Merge commit '51596ba1c25ff0dbba894153015203b4f1d3947b' into canon Change-Id: Iaaf7a849d111aebc6bf85cec118439ba1d49f1e3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5521 Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
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 9b4133d6d004..291413c5b587 100644 --- a/ops/nixos.nix +++ b/ops/nixos.nix @@ -51,5 +51,5 @@ in rec { # Systems that should be built in CI whitbySystem = (nixosFor depot.ops.machines.whitby).system; sandunySystem = (nixosFor depot.ops.machines.sanduny).system; - meta.ci.targets = [ "sandunySystem" /* "whitbySystem" */ ]; + meta.ci.targets = [ "sandunySystem" "whitbySystem" ]; } |