tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/clickhouse: Add thevar1able to test maintainers
Jonathan Davies
6 months ago
96ded83b
fe8494c9
+16
-4
4 changed files
expand all
collapse all
unified
split
nixos
tests
clickhouse
base.nix
kafka.nix
keeper.nix
s3.nix
+4
-1
nixos/tests/clickhouse/base.nix
···
1
{ pkgs, package, ... }:
2
{
3
name = "clickhouse";
4
-
meta.maintainers = with pkgs.lib.maintainers; [ jpds ];
0
0
0
5
6
nodes.machine = {
7
services.clickhouse = {
···
1
{ pkgs, package, ... }:
2
{
3
name = "clickhouse";
4
+
meta.maintainers = with pkgs.lib.maintainers; [
5
+
jpds
6
+
thevar1able
7
+
];
8
9
nodes.machine = {
10
services.clickhouse = {
+4
-1
nixos/tests/clickhouse/kafka.nix
···
28
in
29
{
30
name = "clickhouse-kafka";
31
-
meta.maintainers = with pkgs.lib.maintainers; [ jpds ];
0
0
0
32
33
nodes = {
34
clickhouse = {
···
28
in
29
{
30
name = "clickhouse-kafka";
31
+
meta.maintainers = with pkgs.lib.maintainers; [
32
+
jpds
33
+
thevar1able
34
+
];
35
36
nodes = {
37
clickhouse = {
+4
-1
nixos/tests/clickhouse/keeper.nix
···
6
}:
7
rec {
8
name = "clickhouse-keeper";
9
-
meta.maintainers = with pkgs.lib.maintainers; [ jpds ];
0
0
0
10
11
nodes =
12
let
···
6
}:
7
rec {
8
name = "clickhouse-keeper";
9
+
meta.maintainers = with pkgs.lib.maintainers; [
10
+
jpds
11
+
thevar1able
12
+
];
13
14
nodes =
15
let
+4
-1
nixos/tests/clickhouse/s3.nix
···
40
in
41
{
42
name = "clickhouse-s3";
43
-
meta.maintainers = with pkgs.lib.maintainers; [ jpds ];
0
0
0
44
45
nodes = {
46
clickhouse = {
···
40
in
41
{
42
name = "clickhouse-s3";
43
+
meta.maintainers = with pkgs.lib.maintainers; [
44
+
jpds
45
+
thevar1able
46
+
];
47
48
nodes = {
49
clickhouse = {