mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 17:54:53 +01:00
9 lines
136 B
Nix
9 lines
136 B
Nix
{ runTest }:
|
|
|
|
{
|
|
base = runTest ./base.nix;
|
|
kafka = runTest ./kafka.nix;
|
|
keeper = runTest ./keeper.nix;
|
|
s3 = runTest ./s3.nix;
|
|
}
|