nixpkgs/nixos/tests/pgbackrest/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
77 B
Nix
Raw Normal View History

2025-04-25 14:37:36 +02:00
{ runTest }:
{
posix = runTest ./posix.nix;
2025-05-05 16:27:39 +02:00
sftp = runTest ./sftp.nix;
2025-04-25 14:37:36 +02:00
}