conmon: add cri-o to passthru.tests

This commit is contained in:
zowoq 2020-08-24 08:42:49 +10:00
parent 44d51e3d59
commit bb464f7063
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
installFlags = [ "PREFIX=$(out)" ]; installFlags = [ "PREFIX=$(out)" ];
passthru.tests = { inherit (nixosTests) podman; }; passthru.tests = { inherit (nixosTests) cri-o podman; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/containers/conmon"; homepage = "https://github.com/containers/conmon";