mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
nixosTests.oci-containers.*: use docker 29
fixes eval with insecure packages disabled
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user