mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
11 lines
345 B
Nix
11 lines
345 B
Nix
{ runTest }:
|
|
|
|
{
|
|
alertmanager = runTest ./alertmanager.nix;
|
|
alertmanager-ntfy = runTest ./alertmanager-ntfy.nix;
|
|
config-reload = runTest ./config-reload.nix;
|
|
federation = runTest ./federation.nix;
|
|
prometheus-pair = runTest ./prometheus-pair.nix;
|
|
pushgateway = runTest ./pushgateway.nix;
|
|
remote-write = runTest ./remote-write.nix;
|
|
}
|