mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
6 lines
170 B
Nix
6 lines
170 B
Nix
{ runTest }:
|
|
{
|
|
remote-write = runTest ./remote-write.nix;
|
|
vmalert = runTest ./vmalert.nix;
|
|
external-promscrape-config = runTest ./external-promscrape-config.nix;
|
|
}
|