conmon: add passthru.tests
This commit is contained in:
parent
7eda9f6e30
commit
cd345dde53
@ -4,6 +4,7 @@
|
|||||||
, glib
|
, glib
|
||||||
, glibc
|
, glibc
|
||||||
, systemd
|
, systemd
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -23,6 +24,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
installFlags = [ "PREFIX=$(out)" ];
|
installFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
|
passthru.tests.podman = nixosTests.podman;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/containers/conmon";
|
homepage = "https://github.com/containers/conmon";
|
||||||
description = "An OCI container runtime monitor";
|
description = "An OCI container runtime monitor";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user