···117117118118 # PHP 8.0 is the only version which is supported/tested by upstream:
119119 # https://github.com/grocy/grocy/blob/v3.3.0/README.md#how-to-install
120120- phpPackage = pkgs.php80;
120120+ # Compatibility with PHP 8.1 is available on their development branch:
121121+ # https://github.com/grocy/grocy/commit/38a4ad8ec480c29a1bff057b3482fd103b036848
122122+ phpPackage = pkgs.php81;
121123122124 inherit (cfg.phpfpm) settings;
123125