PostgreSQL 17 has been released: https://www.postgresql.org/about/news/postgresql-17-released-2936/ Let's make sure CI runs with it, too.
9 lines
276 B
Nix
9 lines
276 B
Nix
{
|
|
build-toolbox = import ./build-toolbox;
|
|
checked-shell-script = import ./checked-shell-script;
|
|
gitignore = import ./gitignore.nix;
|
|
haskell-packages = import ./haskell-packages.nix;
|
|
postgresql-libpq = import ./postgresql-libpq.nix;
|
|
slocat = import ./slocat.nix;
|
|
}
|