Compare commits
No commits in common. "9bdabd50e79ba567a503b43470070587d5ecf336" and "dfa5327a2b609f4ab111631f547ead0080c81537" have entirely different histories.
9bdabd50e7
...
dfa5327a2b
1 changed files with 1 additions and 8 deletions
|
|
@ -1,13 +1,6 @@
|
|||
{ php84, lib }:
|
||||
let
|
||||
# Laravel connects to Postgres via PDO, so the runtime PHP must
|
||||
# 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 ]);
|
||||
};
|
||||
php = php84;
|
||||
in
|
||||
php.buildComposerProject (finalAttrs: {
|
||||
pname = "tide-backend";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue