mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +01:00
13 lines
370 B
Nix
13 lines
370 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;
|
|
ui = runTest ./ui.nix;
|
|
}
|