Unverified Commit 55a45406 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

nixos/nextcloud: update relatedPackages

parent 5f91e3dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ in {
    package = mkOption {
      type = types.package;
      description = "Which package to use for the Nextcloud instance.";
      relatedPackages = [ "nextcloud28" "nextcloud29" ];
      relatedPackages = [ "nextcloud28" "nextcloud29" "nextcloud30" ];
    };
    phpPackage = mkPackageOption pkgs "php" {
      example = "php82";