nixos/clickhouse: Add thevar1able to test maintainers
This commit is contained in:
parent
fe8494c908
commit
96ded83be6
@ -1,7 +1,10 @@
|
|||||||
{ pkgs, package, ... }:
|
{ pkgs, package, ... }:
|
||||||
{
|
{
|
||||||
name = "clickhouse";
|
name = "clickhouse";
|
||||||
meta.maintainers = with pkgs.lib.maintainers; [ jpds ];
|
meta.maintainers = with pkgs.lib.maintainers; [
|
||||||
|
jpds
|
||||||
|
thevar1able
|
||||||
|
];
|
||||||
|
|
||||||
nodes.machine = {
|
nodes.machine = {
|
||||||
services.clickhouse = {
|
services.clickhouse = {
|
||||||
|
|||||||
@ -28,7 +28,10 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "clickhouse-kafka";
|
name = "clickhouse-kafka";
|
||||||
meta.maintainers = with pkgs.lib.maintainers; [ jpds ];
|
meta.maintainers = with pkgs.lib.maintainers; [
|
||||||
|
jpds
|
||||||
|
thevar1able
|
||||||
|
];
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
clickhouse = {
|
clickhouse = {
|
||||||
|
|||||||
@ -6,7 +6,10 @@
|
|||||||
}:
|
}:
|
||||||
rec {
|
rec {
|
||||||
name = "clickhouse-keeper";
|
name = "clickhouse-keeper";
|
||||||
meta.maintainers = with pkgs.lib.maintainers; [ jpds ];
|
meta.maintainers = with pkgs.lib.maintainers; [
|
||||||
|
jpds
|
||||||
|
thevar1able
|
||||||
|
];
|
||||||
|
|
||||||
nodes =
|
nodes =
|
||||||
let
|
let
|
||||||
|
|||||||
@ -40,7 +40,10 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "clickhouse-s3";
|
name = "clickhouse-s3";
|
||||||
meta.maintainers = with pkgs.lib.maintainers; [ jpds ];
|
meta.maintainers = with pkgs.lib.maintainers; [
|
||||||
|
jpds
|
||||||
|
thevar1able
|
||||||
|
];
|
||||||
|
|
||||||
nodes = {
|
nodes = {
|
||||||
clickhouse = {
|
clickhouse = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user