Commit 1470c52c authored by Silvan Mosberger's avatar Silvan Mosberger
Browse files

nextcloud25: Disable attributes when allowAliases disabled

parent 38ad4feb
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -42,18 +42,6 @@ let
    };
  };
in {
  nextcloud25 = throw ''
    Nextcloud v25 has been removed from `nixpkgs` as the support for is dropped
    by upstream in 2023-10. Please upgrade to at least Nextcloud v26 by declaring

        services.nextcloud.package = pkgs.nextcloud26;

    in your NixOS config.

    WARNING: if you were on Nextcloud 24 you have to upgrade to Nextcloud 25
    first on 23.05 because Nextcloud doesn't support upgrades across multiple major versions!
  '';

  nextcloud26 = generic {
    version = "26.0.10";
    hash = "sha256-yArkYMxOmvfQsJd6TJJX+t22a/V5OW9nwHfgLZsmlIw=";
+12 −0
Original line number Diff line number Diff line
@@ -632,6 +632,18 @@ mapAliases ({

  net_snmp = throw "'net_snmp' has been renamed to/replaced by 'net-snmp'"; # Converted to throw 2023-09-10
  netbox_3_3 = throw "netbox 3.3 series has been removed as it was EOL"; # Added 2023-09-02
  nextcloud25 = throw ''
    Nextcloud v25 has been removed from `nixpkgs` as the support for is dropped
    by upstream in 2023-10. Please upgrade to at least Nextcloud v26 by declaring

        services.nextcloud.package = pkgs.nextcloud26;

    in your NixOS config.

    WARNING: if you were on Nextcloud 24 you have to upgrade to Nextcloud 25
    first on 23.05 because Nextcloud doesn't support upgrades across multiple major versions!
  ''; # Added 2023-10-13
  nextcloud25Packages = throw "Nextcloud25 is EOL!"; # Added 2023-10-13
  nagiosPluginsOfficial = monitoring-plugins;
  neochat = libsForQt5.kdeGear.neochat; # added 2022-05-10
  nitrokey-udev-rules = libnitrokey; # Added 2023-03-25
+1 −2
Original line number Diff line number Diff line
@@ -11226,9 +11226,8 @@ with pkgs;
  grocy = callPackage ../servers/grocy { };
  inherit (callPackage ../servers/nextcloud {})
    nextcloud25 nextcloud26 nextcloud27 nextcloud28;
    nextcloud26 nextcloud27 nextcloud28;
  nextcloud25Packages = throw "Nextcloud25 is EOL!";
  nextcloud26Packages = callPackage ../servers/nextcloud/packages {
    apps = lib.importJSON ../servers/nextcloud/packages/26.json;
  };