crun: inherit tests

gstqt5
zowoq 2020-08-24 08:38:10 +10:00
parent 1dde18f6c5
commit d809dc5b75
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
doCheck = true;
passthru.tests.podman = nixosTests.podman;
passthru.tests = { inherit (nixosTests) podman; };
meta = with lib; {
description = "A fast and lightweight fully featured OCI runtime and C library for running containers";