update 22.11
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
myPhp = pkgs.php74.buildEnv {
|
||||
myPhp = pkgs.php81.buildEnv {
|
||||
extensions = { enabled, all }: with all; [ imagick opcache apcu redis memcached ] ++ enabled;
|
||||
extraConfig = ''
|
||||
opcache.enable=1
|
||||
|
||||
Reference in New Issue
Block a user