6 lines
77 B
Nix
6 lines
77 B
Nix
{ runTest }:
|
|
{
|
|
posix = runTest ./posix.nix;
|
|
sftp = runTest ./sftp.nix;
|
|
}
|