slirp4netns: inherit tests

This commit is contained in:
zowoq 2020-08-24 08:38:11 +10:00
parent 8eda9a167c
commit 774cc9c44a

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests.podman = nixosTests.podman;
passthru.tests = { inherit (nixosTests) podman; };
meta = with stdenv.lib; {
homepage = "https://github.com/rootless-containers/slirp4netns";