Loading pkgs/by-name/ws/wstunnel/package.nix +7 −3 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ testers, wstunnel, nixosTests, nix-update-script, }: let Loading @@ -29,10 +30,13 @@ rustPlatform.buildRustPackage { "--skip=tcp::tests::test_proxy_connection" ]; passthru.tests = { passthru = { updateScript = nix-update-script { }; tests = { version = testers.testVersion { package = wstunnel; }; nixosTest = nixosTests.wstunnel; }; }; meta = { description = "Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI"; Loading Loading
pkgs/by-name/ws/wstunnel/package.nix +7 −3 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ testers, wstunnel, nixosTests, nix-update-script, }: let Loading @@ -29,10 +30,13 @@ rustPlatform.buildRustPackage { "--skip=tcp::tests::test_proxy_connection" ]; passthru.tests = { passthru = { updateScript = nix-update-script { }; tests = { version = testers.testVersion { package = wstunnel; }; nixosTest = nixosTests.wstunnel; }; }; meta = { description = "Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI"; Loading