crun: inherit tests
This commit is contained in:
parent
1dde18f6c5
commit
d809dc5b75
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
passthru.tests.podman = nixosTests.podman;
|
passthru.tests = { inherit (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";
|
||||||
|
Loading…
Reference in New Issue
Block a user