runc: add passthru.tests

wip/yesman
zowoq 4 years ago
parent e469b77bf0
commit 032462fc94
  1. 3
      pkgs/applications/virtualization/runc/default.nix

@ -9,6 +9,7 @@
, apparmor-parser
, libseccomp
, libselinux
, nixosTests
}:
buildGoPackage rec {
@ -45,6 +46,8 @@ buildGoPackage rec {
installManPage man/*/*.[1-9]
'';
passthru.tests.podman = nixosTests.podman;
meta = with lib; {
homepage = "https://github.com/opencontainers/runc";
description = "A CLI tool for spawning and running containers according to the OCI specification";

Loading…
Cancel
Save