nixos/castopod: pin to php 8.2
The package is pretty outdated, so I'm not sure if it'll work with PHP 8.3, let's keep it on 8.2 for now until the maintainers update it.
This commit is contained in:
parent
975e7e7c20
commit
52aad27d73
@ -6,7 +6,7 @@ let
|
||||
user = "castopod";
|
||||
|
||||
# https://docs.castopod.org/getting-started/install.html#requirements
|
||||
phpPackage = pkgs.php.withExtensions ({ enabled, all }: with all; [
|
||||
phpPackage = pkgs.php82.withExtensions ({ enabled, all }: with all; [
|
||||
intl
|
||||
curl
|
||||
mbstring
|
||||
|
Loading…
Reference in New Issue
Block a user