diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-12 00:19:55 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2023-10-12 00:24:51 +0200 |
commit | 736621e5847b885e4913f170a343eaf66433728a (patch) | |
tree | 7eba2489649573fa719028217a08a85302a39ec9 /systems/eldiron | |
parent | 97787a9dd8b136c8dc327fab42aedf2aa1109ec0 (diff) | |
download | Nix-736621e5847b885e4913f170a343eaf66433728a.tar.gz Nix-736621e5847b885e4913f170a343eaf66433728a.tar.zst Nix-736621e5847b885e4913f170a343eaf66433728a.zip |
Bump php in devtools
Diffstat (limited to 'systems/eldiron')
-rw-r--r-- | systems/eldiron/websites/tools/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/eldiron/websites/tools/default.nix b/systems/eldiron/websites/tools/default.nix index 338ed0b..ecfba03 100644 --- a/systems/eldiron/websites/tools/default.nix +++ b/systems/eldiron/websites/tools/default.nix | |||
@@ -434,7 +434,7 @@ in { | |||
434 | "php_admin_value[session.save_path]" = "'unix:///run/redis-php-sessions/redis.sock?persistent=1&prefix=Tools:Devtools:'"; | 434 | "php_admin_value[session.save_path]" = "'unix:///run/redis-php-sessions/redis.sock?persistent=1&prefix=Tools:Devtools:'"; |
435 | "php_admin_value[open_basedir]" = "/run/wrappers/bin/sendmail:/var/lib/ftp/immae/devtools:/tmp"; | 435 | "php_admin_value[open_basedir]" = "/run/wrappers/bin/sendmail:/var/lib/ftp/immae/devtools:/tmp"; |
436 | }; | 436 | }; |
437 | phpPackage = pkgs.php72.withExtensions({ enabled, all }: enabled ++ [all.mysqli all.sqlite3 all.redis all.apcu all.opcache ]); | 437 | phpPackage = pkgs.php82.withExtensions({ enabled, all }: enabled ++ [all.mysqli all.sqlite3 all.redis all.apcu all.opcache ]); |
438 | }; | 438 | }; |
439 | adminer = adminer.phpFpm; | 439 | adminer = adminer.phpFpm; |
440 | ttrss = { | 440 | ttrss = { |