lol

grocy: mark as broken

grocy is not yet compatible with PHP 8.1

+4 -1
+3 -1
nixos/modules/services/web-apps/grocy.nix
··· 117 117 118 118 # PHP 8.0 is the only version which is supported/tested by upstream: 119 119 # https://github.com/grocy/grocy/blob/v3.3.0/README.md#how-to-install 120 - phpPackage = pkgs.php80; 120 + # Compatibility with PHP 8.1 is available on their development branch: 121 + # https://github.com/grocy/grocy/commit/38a4ad8ec480c29a1bff057b3482fd103b036848 122 + phpPackage = pkgs.php81; 121 123 122 124 inherit (cfg.phpfpm) settings; 123 125
+1
pkgs/servers/grocy/default.nix
··· 36 36 maintainers = with maintainers; [ ma27 ]; 37 37 description = "ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home"; 38 38 homepage = "https://grocy.info/"; 39 + broken = true; # Not compatible with PHP 8.1 39 40 }; 40 41 }