runc: inherit tests

This commit is contained in:
zowoq 2020-08-24 08:38:10 +10:00
parent 304e6037ad
commit e148213273

View File

@ -45,7 +45,7 @@ buildGoPackage rec {
installManPage man/*/*.[1-9]
'';
passthru.tests.podman = nixosTests.podman;
passthru.tests = { inherit (nixosTests) podman; };
meta = with lib; {
homepage = "https://github.com/opencontainers/runc";