Merge pull request #207 from oluceps/add-tags

add: with_gvisor tag for nix build
This commit is contained in:
MetaCubeX 2022-10-08 15:47:48 +08:00 committed by GitHub
commit 986c91b5c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;