add: with_gvisor tag for nix build

This commit is contained in:
oluceps 2022-10-08 15:40:41 +08:00
parent fefd9b7427
commit 8c13426492
No known key found for this signature in database
GPG key ID: ECBE55269336CCCD

View file

@ -41,6 +41,10 @@
"-X github.com/Dreamacro/clash/constant.Version=dev-${version}"
"-X github.com/Dreamacro/clash/constant.BuildTime=${version}"
];
tags = [
"with_gvisor"
];
# Network required
doCheck = false;