Compare commits

..

No commits in common. "9bdabd50e79ba567a503b43470070587d5ecf336" and "dfa5327a2b609f4ab111631f547ead0080c81537" have entirely different histories.

View file

@ -1,13 +1,6 @@
{ php84, lib }: { php84, lib }:
let let
# Laravel connects to Postgres via PDO, so the runtime PHP must php = php84;
# ship pdo_pgsql. The default php84 set ships pdo, pdo_mysql, and
# pdo_sqlite but not pdo_pgsql. buildEnv gives us a php with the
# extra extension that flows through to passthru.php and the
# composer build hooks.
php = php84.buildEnv {
extensions = ({ enabled, all }: enabled ++ [ all.pdo_pgsql ]);
};
in in
php.buildComposerProject (finalAttrs: { php.buildComposerProject (finalAttrs: {
pname = "tide-backend"; pname = "tide-backend";