Unverified Commit 3ade643f authored by kiria-moe's avatar kiria-moe
Browse files

trojan-go: fix

Trojan-go's all functionalities need to be enabled explicitly.
parent f20b220e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -19,6 +19,15 @@ buildGoModule rec {

  vendorHash = "sha256-c6H/8/dmCWasFKVR15U/kty4AzQAqmiL/VLKrPtH+s4=";

  tags = [
    "api"
    "client"
    "server"
    "forward"
    "nat"
    "other"
  ];

  # tests fail due to requiring networking
  doCheck = false;