nixos/invoiceplan: Upgrade to PHP 8.1
They seem to be working to get PHP 8.1 support: https://github.com/InvoicePlane/InvoicePlane/issues/798
This commit is contained in:
parent
f822b894c5
commit
a69ba21a29
1 changed files with 1 additions and 2 deletions
|
@ -236,7 +236,7 @@ in
|
|||
};
|
||||
|
||||
services.phpfpm = {
|
||||
phpPackage = pkgs.php74;
|
||||
phpPackage = pkgs.php81;
|
||||
pools = mapAttrs' (hostName: cfg: (
|
||||
nameValuePair "invoiceplane-${hostName}" {
|
||||
inherit user;
|
||||
|
@ -302,4 +302,3 @@ in
|
|||
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue