crun: add passthru.tests

This commit is contained in:
zowoq 2020-05-19 10:41:00 +10:00
parent cd345dde53
commit e469b77bf0

View file

@ -9,6 +9,7 @@
, python3
, systemd
, yajl
, nixosTests
}:
let
@ -62,6 +63,8 @@ stdenv.mkDerivation rec {
doCheck = true;
passthru.tests.podman = nixosTests.podman;
meta = with lib; {
description = "A fast and lightweight fully featured OCI runtime and C library for running containers";
license = licenses.gpl2Plus;