update php
This commit is contained in:
parent
6d69fa3206
commit
c77bed9e3a
@ -5,7 +5,7 @@ let
|
||||
personalization = import ./modules/personalization.nix;
|
||||
|
||||
|
||||
custom-php = pkgs.php83.buildEnv {
|
||||
custom-php = pkgs.php.buildEnv {
|
||||
extensions = { enabled, all }: enabled ++ (with all; [ bz2 apcu redis imagick memcached ]);
|
||||
extraConfig = ''
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user