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

This commit is contained in:
Maximilian Bosch
2026-03-26 14:12:23 +01:00
parent 2bf826c902
commit ec2c7515b3
2 changed files with 4 additions and 0 deletions
@@ -2,6 +2,8 @@
{
name = "containers";
meta.maintainers = with pkgs.lib.maintainers; [ jfly ];
# https://github.com/NixOS/infra/issues/987
meta.hydraPlatforms = [ ];
nodes = {
n1 = {
@@ -51,6 +51,8 @@ in
maintainers = [
lib.maintainers.kmein
];
# https://github.com/NixOS/infra/issues/987
hydraPlatforms = [ ];
};
containers = {