gost: enable on darwin

This commit is contained in:
Mario Rodas 2024-01-18 04:20:00 +00:00
parent 6c29394c50
commit 155959daf7

View File

@ -49,8 +49,9 @@ buildGoModule rec {
--replace '{url.UserPassword("AES-256-GCM", "123456"), url.UserPassword("AES-256-GCM", "123456"), true},' ""
'';
__darwinAllowLocalNetworking = true;
meta = with lib; {
broken = stdenv.isDarwin;
description = "A simple tunnel written in golang";
homepage = "https://github.com/ginuerzh/gost";
license = licenses.mit;