runc: add docker to passthru.tests

wip/yesman
zowoq 4 years ago
parent cdf6ffdf2e
commit a82d8ca64d
  1. 2
      pkgs/applications/virtualization/runc/default.nix

@ -45,7 +45,7 @@ buildGoPackage rec {
installManPage man/*/*.[1-9]
'';
passthru.tests = { inherit (nixosTests) cri-o podman; };
passthru.tests = { inherit (nixosTests) cri-o docker podman; };
meta = with lib; {
homepage = "https://github.com/opencontainers/runc";

Loading…
Cancel
Save