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