mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
11 lines
282 B
Nix
11 lines
282 B
Nix
{ runTest }:
|
|
|
|
{
|
|
file-sink = runTest ./file-sink.nix;
|
|
api = runTest ./api.nix;
|
|
caddy-clickhouse = runTest ./caddy-clickhouse.nix;
|
|
dnstap = runTest ./dnstap.nix;
|
|
journald-clickhouse = runTest ./journald-clickhouse.nix;
|
|
nginx-clickhouse = runTest ./nginx-clickhouse.nix;
|
|
}
|