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