mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 17:54:53 +01:00
6 lines
131 B
Nix
6 lines
131 B
Nix
{ runTest }:
|
|
{
|
|
local-write = runTest ./local-write.nix;
|
|
remote-write-with-vlagent = runTest ./remote-write-with-vlagent.nix;
|
|
}
|