mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 10:22:54 +08:00
nixos/grav: use PHP 8.3
The stable version of Grav is not compatible with later versions of PHP.
This commit is contained in:
@@ -69,7 +69,7 @@ in
|
||||
'';
|
||||
};
|
||||
|
||||
phpPackage = mkPackageOption pkgs "php" { };
|
||||
phpPackage = mkPackageOption pkgs "php83" { };
|
||||
|
||||
maxUploadSize = mkOption {
|
||||
type = types.str;
|
||||
|
||||
Reference in New Issue
Block a user