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