diff --git a/modules/php.nix b/modules/php.nix index 855b6aa..ccff74d 100644 --- a/modules/php.nix +++ b/modules/php.nix @@ -3,7 +3,7 @@ let - custom-php = pkgs.php.buildEnv { + custom-php = pkgs.php82.buildEnv { extensions = { enabled, all }: enabled ++ (with all; [ bz2 apcu redis imagick memcached ]); extraConfig = ''