Merge pull request #207 from oluceps/add-tags
add: with_gvisor tag for nix build
This commit is contained in:
commit
986c91b5c8
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@
|
||||||
"-X github.com/Dreamacro/clash/constant.BuildTime=${version}"
|
"-X github.com/Dreamacro/clash/constant.BuildTime=${version}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
tags = [
|
||||||
|
"with_gvisor"
|
||||||
|
];
|
||||||
|
|
||||||
# Network required
|
# Network required
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue