This pipes data between client/postgrest and between postgrest/database through a proxy that adds delay (github.com/robx/slocat).
12 lines
422 B
Nix
12 lines
422 B
Nix
{
|
|
build-toolbox = import ./build-toolbox;
|
|
checked-shell-script = import ./checked-shell-script;
|
|
gitignore = import ./gitignore.nix;
|
|
haskell-packages = import ./haskell-packages.nix;
|
|
postgis = import ./postgis.nix;
|
|
postgresql-default = import ./postgresql-default.nix;
|
|
postgresql-legacy = import ./postgresql-legacy.nix;
|
|
postgresql-future = import ./postgresql-future.nix;
|
|
slocat = import ./slocat.nix;
|
|
}
|