conmon: inherit tests

This commit is contained in:
zowoq 2020-08-24 08:38:10 +10:00
parent 6ec06c351e
commit 1dde18f6c5

View file

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