From 011ed14424353a89e366a32cf4183a068d3742a4 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 13 Feb 2025 06:32:47 -0800 Subject: [PATCH] php lowered --- modules/php.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''