podman: add passthru.tests
This commit is contained in:
parent
4fb8fab4d6
commit
97851a33ac
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user