From 6afdecd846dbec8a4b76d1bd8a0fd8956dc7ea28 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 13 Feb 2025 06:38:45 -0800 Subject: [PATCH] php 83 --- modules/php.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/php.nix b/modules/php.nix index ccff74d..191d536 100644 --- a/modules/php.nix +++ b/modules/php.nix @@ -3,7 +3,7 @@ let - custom-php = pkgs.php82.buildEnv { + custom-php = pkgs.php83.buildEnv { extensions = { enabled, all }: enabled ++ (with all; [ bz2 apcu redis imagick memcached ]); extraConfig = ''