conmon: add passthru.tests

This commit is contained in:
zowoq 2020-05-19 10:40:59 +10:00
parent 7eda9f6e30
commit cd345dde53

View File

@ -4,6 +4,7 @@
, glib
, glibc
, systemd
, nixosTests
}:
stdenv.mkDerivation rec {
@ -23,6 +24,8 @@ stdenv.mkDerivation rec {
installFlags = [ "PREFIX=$(out)" ];
passthru.tests.podman = nixosTests.podman;
meta = with stdenv.lib; {
homepage = "https://github.com/containers/conmon";
description = "An OCI container runtime monitor";