Unverified Commit ec2c7515 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

nixos/tests: don't build nspawn tests on hydra.nixos.org

parent 2bf826c9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
{
  name = "containers";
  meta.maintainers = with pkgs.lib.maintainers; [ jfly ];
  # https://github.com/NixOS/infra/issues/987
  meta.hydraPlatforms = [ ];

  nodes = {
    n1 = {
+2 −0
Original line number Diff line number Diff line
@@ -51,6 +51,8 @@ in
    maintainers = [
      lib.maintainers.kmein
    ];
    # https://github.com/NixOS/infra/issues/987
    hydraPlatforms = [ ];
  };

  containers = {