0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00
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;
}