11 lines
258 B
Nix
11 lines
258 B
Nix
{ runTest }:
|
|
|
|
{
|
|
extensions = runTest ./extensions.nix;
|
|
http-auth = runTest ./http-auth.nix;
|
|
none-auth = runTest ./none-auth.nix;
|
|
pgsql = runTest ./pgsql.nix;
|
|
nginx-sqlite = runTest ./nginx-sqlite.nix;
|
|
caddy-sqlite = runTest ./caddy-sqlite.nix;
|
|
}
|