crun: inherit tests
This commit is contained in:
parent
1dde18f6c5
commit
d809dc5b75
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue