gems: add pg, sequel, prawn, aws-sdk-s3 for invoicing

- pg + sequel: connect to the storage stack's Postgres.
- prawn + prawn-table: render invoice PDFs.
- aws-sdk-s3: upload PDFs to MinIO and mint presigned download URLs.

Also pulls libpq-dev into the Docker build (for the pg gem) and the
postgresql client lib into the Nix dev shell.
This commit is contained in:
Sergei Poljanski 2026-05-26 17:29:21 +03:00
commit 2ea46b12e6
Signed by: asxpi
GPG key ID: 4F8851660FA4121B
4 changed files with 54 additions and 0 deletions

View file

@ -18,6 +18,8 @@
pkgs.openssl
pkgs.zlib
pkgs.libyaml
pkgs.postgresql.lib
pkgs.postgresql
];
shellHook = ''