Merge pull request #207 from oluceps/add-tags

add: with_gvisor tag for nix build
This commit is contained in:
gVisor bot 2022-10-08 15:47:48 +08:00
commit fe689885f3

View file

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