This website requires JavaScript.
Explore
Help
Sign in
movefasta
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-06-12 12:45:27 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
05bf45e09b
nixpkgs
/
nixos
/
tests
/
pgbackrest
/
default.nix
6 lines
77 B
Nix
Raw
Normal View
History
Unescape
Escape
nixos/pgbackrest: init module
2025-04-25 14:37:36 +02:00
{
runTest
}:
{
posix
=
runTest
./posix.nix
;
nixos/pgbackrest: add SFTP support
2025-05-05 16:27:39 +02:00
sftp
=
runTest
./sftp.nix
;
nixos/pgbackrest: init module
2025-04-25 14:37:36 +02:00
}
Reference in a new issue
Copy permalink