nixos/podman-network-socket-ghostunnel: init

(cherry picked from commit b6570e723836167640c9b7efc63f327ff17b0755)
This commit is contained in:
Robert Hensing
2021-06-02 10:20:10 +02:00
parent ffde2bb4a1
commit 833b005e37
5 changed files with 191 additions and 1 deletions
@@ -81,7 +81,11 @@ buildGoModule rec {
patchelf --set-rpath "${lib.makeLibraryPath [ systemd ]}":$RPATH $out/bin/podman
'';
passthru.tests = { inherit (nixosTests) podman; };
passthru.tests = {
inherit (nixosTests) podman;
# related modules
inherit (nixosTests) podman-tls-ghostunnel;
};
meta = with lib; {
homepage = "https://podman.io/";