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:
@@ -236,7 +236,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.phpfpm = {
|
services.phpfpm = {
|
||||||
phpPackage = pkgs.php74;
|
phpPackage = pkgs.php81;
|
||||||
pools = mapAttrs' (hostName: cfg: (
|
pools = mapAttrs' (hostName: cfg: (
|
||||||
nameValuePair "invoiceplane-${hostName}" {
|
nameValuePair "invoiceplane-${hostName}" {
|
||||||
inherit user;
|
inherit user;
|
||||||
@@ -302,4 +302,3 @@ in
|
|||||||
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user