0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nextcloud27: remove

Version will be EOL by the end of 2024-06.
This commit is contained in:
Maximilian Bosch 2024-06-25 14:08:15 +02:00
parent 9b1cfa27a0
commit 60657a4591
No known key found for this signature in database
7 changed files with 13 additions and 385 deletions

View file

@ -300,7 +300,7 @@ in {
package = mkOption {
type = types.package;
description = "Which package to use for the Nextcloud instance.";
relatedPackages = [ "nextcloud26" "nextcloud27" "nextcloud28" ];
relatedPackages = [ "nextcloud28" "nextcloud29" ];
};
phpPackage = mkPackageOption pkgs "php" {
example = "php82";
@ -861,8 +861,6 @@ in {
nextcloud defined in an overlay, please set `services.nextcloud.package` to
`pkgs.nextcloud`.
''
else if versionOlder stateVersion "23.05" then nextcloud25
else if versionOlder stateVersion "23.11" then nextcloud26
else if versionOlder stateVersion "24.05" then nextcloud27
else nextcloud29
);