podman: add passthru.tests

wip/yesman
zowoq 4 years ago committed by Frederik Rietdijk
parent 4fb8fab4d6
commit 97851a33ac
  1. 3
      pkgs/applications/virtualization/podman/default.nix

@ -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";

Loading…
Cancel
Save