module(wp): add pdo, pdo_mysql
This commit is contained in:
parent
1a9934e20f
commit
9ad02798ce
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
assert appConfig.php.scriptMemoryLimitMb > appConfig.maxUploadMb;
|
||||
|
||||
php.buildEnv {
|
||||
extensions = { all, ... }: with all; [ imagick ]
|
||||
extensions = { all, ... }: with all; [ imagick pdo pdo_mysql ]
|
||||
++ (pkgs.lib.optional appConfig.opcache.enable opcache)
|
||||
++ (pkgs.lib.optional appConfig.php.enableXDebug xdebug);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue