tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
nixos
/
tests
/
pgbackrest
/
default.nix
at
04f09a5ef73ca78dbf4fd6d161e4e91040e7abdd
77 B
view raw
1
{
runTest
}:
2
{
3
posix
=
runTest
./posix.nix
;
4
sftp
=
runTest
./sftp.nix
;
5
}