···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
+1
pkgs/servers/grocy/default.nix
···3636 maintainers = with maintainers; [ ma27 ];
3737 description = "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home";
3838 homepage = "https://grocy.info/";
3939+ broken = true; # Not compatible with PHP 8.1
3940 };
4041}