podman: inherit tests
This commit is contained in:
parent
d809dc5b75
commit
304e6037ad
@ -60,7 +60,7 @@ buildGoModule rec {
|
|||||||
MANDIR=$man/share/man make install.man-nobuild
|
MANDIR=$man/share/man make install.man-nobuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.tests.podman = nixosTests.podman;
|
passthru.tests = { inherit (nixosTests) podman; };
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://podman.io/";
|
homepage = "https://podman.io/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user