runc: add cri-o to passthru.tests
This commit is contained in:
parent
bb464f7063
commit
c449e59e2c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ buildGoPackage rec {
|
|||
installManPage man/*/*.[1-9]
|
||||
'';
|
||||
|
||||
passthru.tests = { inherit (nixosTests) podman; };
|
||||
passthru.tests = { inherit (nixosTests) cri-o podman; };
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/opencontainers/runc";
|
||||
|
|
Loading…
Reference in a new issue