conmon: add cri-o to passthru.tests
This commit is contained in:
parent
44d51e3d59
commit
bb464f7063
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue