Skip to content

Commit

Permalink
nixos/castopod: pin to php 8.2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ma27 committed Nov 23, 2024
1 parent 975e7e7 commit 52aad27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/castopod.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52aad27

Please sign in to comment.