netavark: add podman to passthru.tests

This commit is contained in:
zowoq 2022-08-18 16:02:54 +10:00
parent cf4d35fe60
commit 17c7ccb1ab

View File

@ -3,6 +3,7 @@
, fetchFromGitHub
, installShellFiles
, mandown
, nixosTests
}:
rustPlatform.buildRustPackage rec {
@ -25,6 +26,8 @@ rustPlatform.buildRustPackage rec {
installManPage docs/netavark.1
'';
passthru.tests = { inherit (nixosTests) podman; };
meta = with lib; {
description = "Rust based network stack for containers";
homepage = "https://github.com/containers/netavark";