podman: inherit tests

This commit is contained in:
zowoq 2020-08-24 08:38:10 +10:00
parent d809dc5b75
commit 304e6037ad

View File

@ -60,7 +60,7 @@ buildGoModule rec {
MANDIR=$man/share/man make install.man-nobuild
'';
passthru.tests.podman = nixosTests.podman;
passthru.tests = { inherit (nixosTests) podman; };
meta = with stdenv.lib; {
homepage = "https://podman.io/";