2025-05-12 09:14:38 +02:00

6 lines
77 B
Nix

{ runTest }:
{
posix = runTest ./posix.nix;
sftp = runTest ./sftp.nix;
}