update 22.11

This commit is contained in:
stubbfel
2022-12-04 13:29:19 +01:00
parent 0f1e7bcf67
commit b07529c39c
2 changed files with 2 additions and 2 deletions

View File

@@ -19,5 +19,5 @@
swapDevices = [ ]; swapDevices = [ ];
nix.maxJobs = lib.mkDefault 6; nix.settings.max-jobs = lib.mkDefault 6;
} }

View File

@@ -1,6 +1,6 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
let let
myPhp = pkgs.php74.buildEnv { myPhp = pkgs.php81.buildEnv {
extensions = { enabled, all }: with all; [ imagick opcache apcu redis memcached ] ++ enabled; extensions = { enabled, all }: with all; [ imagick opcache apcu redis memcached ] ++ enabled;
extraConfig = '' extraConfig = ''
opcache.enable=1 opcache.enable=1