sing-box: follow upstream build tags

Reference: https://sing-box.sagernet.org/installation/build-from-source/#build-tags
This commit is contained in:
Nick Cao
2024-05-27 10:37:36 -04:00
parent b9e422759a
commit 3a4bcac84e
@@ -24,7 +24,6 @@ buildGoModule rec {
tags = [
"with_quic"
"with_grpc"
"with_dhcp"
"with_wireguard"
"with_ech"
@@ -32,7 +31,6 @@ buildGoModule rec {
"with_reality_server"
"with_acme"
"with_clash_api"
"with_v2ray_api"
"with_gvisor"
];