nixos/clickhouse: Add thevar1able to test maintainers

+16 -4
+4 -1
nixos/tests/clickhouse/base.nix
··· 1 1 { pkgs, package, ... }: 2 2 { 3 3 name = "clickhouse"; 4 - meta.maintainers = with pkgs.lib.maintainers; [ jpds ]; 4 + meta.maintainers = with pkgs.lib.maintainers; [ 5 + jpds 6 + thevar1able 7 + ]; 5 8 6 9 nodes.machine = { 7 10 services.clickhouse = {
+4 -1
nixos/tests/clickhouse/kafka.nix
··· 28 28 in 29 29 { 30 30 name = "clickhouse-kafka"; 31 - meta.maintainers = with pkgs.lib.maintainers; [ jpds ]; 31 + meta.maintainers = with pkgs.lib.maintainers; [ 32 + jpds 33 + thevar1able 34 + ]; 32 35 33 36 nodes = { 34 37 clickhouse = {
+4 -1
nixos/tests/clickhouse/keeper.nix
··· 6 6 }: 7 7 rec { 8 8 name = "clickhouse-keeper"; 9 - meta.maintainers = with pkgs.lib.maintainers; [ jpds ]; 9 + meta.maintainers = with pkgs.lib.maintainers; [ 10 + jpds 11 + thevar1able 12 + ]; 10 13 11 14 nodes = 12 15 let
+4 -1
nixos/tests/clickhouse/s3.nix
··· 40 40 in 41 41 { 42 42 name = "clickhouse-s3"; 43 - meta.maintainers = with pkgs.lib.maintainers; [ jpds ]; 43 + meta.maintainers = with pkgs.lib.maintainers; [ 44 + jpds 45 + thevar1able 46 + ]; 44 47 45 48 nodes = { 46 49 clickhouse = {