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:
parent
9b1cfa27a0
commit
60657a4591
7 changed files with 13 additions and 385 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue