summaryrefslogtreecommitdiffstats
path: root/nixos/tests/pgbackrest/default.nix
blob: 5f837e5c351ce8aedff9550a2b8cc9e6521e8861 (plain)
1
2
3
4
5
{ runTest }:
{
  posix = runTest ./posix.nix;
  sftp = runTest ./sftp.nix;
}