crun: add passthru.tests
This commit is contained in:
parent
cd345dde53
commit
e469b77bf0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user