slirp4netns: add passthru.tests
This commit is contained in:
parent
c3eef07b21
commit
71dafd0239
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
, libcap
|
||||
, libseccomp
|
||||
, libslirp
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -25,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests.podman = nixosTests.podman;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/rootless-containers/slirp4netns";
|
||||
description = "User-mode networking for unprivileged network namespaces";
|
||||
|
|
Loading…
Reference in a new issue