python3Packages.xknx: 1.1.0 -> 1.2.0
[NixPkgs.git] / nixos / tests / shadowsocks / default.nix
blob37a8c3c9d0d3bcfe00be8667d5f0f2ac799cee13
1 { system ? builtins.currentSystem
2 , config ? { }
3 , pkgs ? import ../../.. { inherit system config; }
4 }:
7   "basic" = import ./common.nix {
8     name = "basic";
9   };
11   "v2ray-plugin" = import ./common.nix {
12     name = "v2ray-plugin";
13     plugin = "${pkgs.shadowsocks-v2ray-plugin}/bin/v2ray-plugin";
14     pluginOpts = "host=nixos.org";
15   };