summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-08-01 01:11:28 +0200
committerRobert Hensing <robert@roberthensing.nl>2021-08-01 01:11:28 +0200
commit9a6d7eab73b9642eaea666e04bd9c18460511c40 (patch)
tree065b6d2564f100e53ae58a662401144814d00f3d /pkgs
parentda663a953bb3345288acc0f890173ae3e5b34880 (diff)
downloadnixpkgs-9a6d7eab73b9642eaea666e04bd9c18460511c40.tar
nixpkgs-9a6d7eab73b9642eaea666e04bd9c18460511c40.tar.gz
nixpkgs-9a6d7eab73b9642eaea666e04bd9c18460511c40.tar.bz2
nixpkgs-9a6d7eab73b9642eaea666e04bd9c18460511c40.tar.lz
nixpkgs-9a6d7eab73b9642eaea666e04bd9c18460511c40.tar.xz
nixpkgs-9a6d7eab73b9642eaea666e04bd9c18460511c40.tar.zst
nixpkgs-9a6d7eab73b9642eaea666e04bd9c18460511c40.zip
ghostunnel: Add passthru.tests.podman
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/networking/ghostunnel/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/ghostunnel/default.nix b/pkgs/tools/networking/ghostunnel/default.nix
index d93ac670500..c5b7d3db0f1 100644
--- a/pkgs/tools/networking/ghostunnel/default.nix
+++ b/pkgs/tools/networking/ghostunnel/default.nix
@@ -35,4 +35,5 @@ buildGoModule rec {
   };
 
   passthru.tests.nixos = nixosTests.ghostunnel;
+  passthru.tests.podman = nixosTests.podman-tls-ghostunnel;
 }