mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 22:20:30 +03:00
8 lines
136 B
Nix
8 lines
136 B
Nix
{ runTest }:
|
|
|
|
{
|
|
base = runTest ./base.nix;
|
|
kafka = runTest ./kafka.nix;
|
|
keeper = runTest ./keeper.nix;
|
|
s3 = runTest ./s3.nix;
|
|
}
|