crun: inherit tests

This commit is contained in:
zowoq 2020-08-24 08:38:10 +10:00
parent 1dde18f6c5
commit d809dc5b75

View File

@ -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";