cni-plugins: inherit tests
This commit is contained in:
parent
70781b6dbe
commit
6ec06c351e
@ -38,7 +38,7 @@ buildGoModule rec {
|
|||||||
"plugins/meta/tuning"
|
"plugins/meta/tuning"
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru.tests.podman = nixosTests.podman;
|
passthru.tests = { inherit (nixosTests) podman; };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Some standard networking plugins, maintained by the CNI team";
|
description = "Some standard networking plugins, maintained by the CNI team";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user