v2ray: fixups and change to buildGoModule

This commit is contained in:
Serval
2019-11-28 02:10:37 +08:00
parent 740e85f847
commit 899d38170c
4 changed files with 7 additions and 233 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ with lib;
description = ''
Whether to run v2ray server.
Either `configFile` or `config` must be specified.
Either <literal>configFile</literal> or <literal>config</literal> must be specified.
'';
};
@@ -23,7 +23,7 @@ with lib;
description = ''
The absolute path to the configuration file.
Either `configFile` or `config` must be specified.
Either <literal>configFile</literal> or <literal>config</literal> must be specified.
See <link xlink:href="https://v2ray.com/en/configuration/overview.html"/>.
'';