cni-plugins: inherit tests

This commit is contained in:
zowoq 2020-08-24 08:38:09 +10:00
parent 70781b6dbe
commit 6ec06c351e

View File

@ -38,7 +38,7 @@ buildGoModule rec {
"plugins/meta/tuning"
];
passthru.tests.podman = nixosTests.podman;
passthru.tests = { inherit (nixosTests) podman; };
meta = with lib; {
description = "Some standard networking plugins, maintained by the CNI team";