nixos/dokuwiki: Upgrade to PHP 8.1

They seem to run tests against 8.1 since this commit:
7aee97ee81
This commit is contained in:
Elis Hirwing 2022-05-25 18:36:38 +02:00
parent c53c34ee72
commit f822b894c5
No known key found for this signature in database
GPG Key ID: D57EFA625C9A925F

View File

@ -293,9 +293,7 @@ in
inherit user;
group = webserver.group;
# Not yet compatible with php 8 https://www.dokuwiki.org/requirements
# https://github.com/splitbrain/dokuwiki/issues/3545
phpPackage = pkgs.php74;
phpPackage = pkgs.php81;
phpEnv = {
DOKUWIKI_LOCAL_CONFIG = "${dokuwikiLocalConfig hostName cfg}";
DOKUWIKI_PLUGINS_LOCAL_CONFIG = "${dokuwikiPluginsLocalConfig hostName cfg}";