nixos/nextcloud: Use php84 by default
php84 is supported by nextcloud31 and nextcloud32 and brings some additional performance improvements in nextcloud32.
This commit is contained in:
@@ -442,7 +442,7 @@ in
|
||||
];
|
||||
};
|
||||
phpPackage = lib.mkPackageOption pkgs "php" {
|
||||
default = [ "php83" ];
|
||||
default = [ "php84" ];
|
||||
example = "php82";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user