nixpkgs/nixos/tests/pgbackrest/default.nix
2025-05-12 09:14:38 +02:00

5 lines
77 B
Nix

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