podman: add passthru.tests

This commit is contained in:
zowoq 2020-04-23 12:01:49 +10:00 committed by Frederik Rietdijk
parent 4fb8fab4d6
commit 97851a33ac

View File

@ -9,6 +9,7 @@
, libseccomp , libseccomp
, systemd , systemd
, go-md2man , go-md2man
, nixosTests
}: }:
buildGoPackage rec { buildGoPackage rec {
@ -45,6 +46,8 @@ buildGoPackage rec {
MANDIR=$man/share/man make install.man MANDIR=$man/share/man make install.man
''; '';
passthru.tests.podman = nixosTests.podman;
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://podman.io/"; homepage = "https://podman.io/";
description = "A program for managing pods, containers and container images"; description = "A program for managing pods, containers and container images";