mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 20:11:43 +03:00
netavark: add podman to passthru.tests
This commit is contained in:
parent
cf4d35fe60
commit
17c7ccb1ab
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user