Unverified Commit 1e70da0c authored by Someone's avatar Someone Committed by GitHub
Browse files

nextcloud30Packages: restore .override { apps = ...; } support

Users may wish to extend or replace the JSON manifest used by nextcloudXXPackages without maintaining a Nixpkgs fork. Keeping the `apps` argument makes it possible
parent 11dab205
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@
  lib,
  pkgs,
  newScope,
  apps ? lib.importJSON (./. + "/${ncVersion}.json"), # Support out-of-tree overrides
  callPackage,
  ncVersion,
  nextcloud-notify_push,
}:

let
  apps = lib.importJSON (./. + "/${ncVersion}.json");
  packages =
    self:
    let