nixosTests.oci-containers.*: use docker 29

fixes eval with insecure packages disabled
This commit is contained in:
Leona Maroni
2026-06-02 12:07:52 +02:00
parent 3bf746dabd
commit 700d889afa

View File

@@ -40,6 +40,8 @@ let
};
};
virtualisation.docker.package = lib.mkIf (backend == "docker") pkgs.docker_29;
# Stop systemd from killing remaining processes if ExecStop script
# doesn't work, so that proper stopping can be tested.
systemd.services.${serviceName}.serviceConfig.KillSignal = "SIGCONT";