Merge: nextcloud30Packages: restore .override { apps = ...; } support (#389371)

authored by Maximilian Bosch and committed by GitHub a22e1f10 4af373b4

+1 -1
+1 -1
pkgs/servers/nextcloud/packages/default.nix
··· 6 lib, 7 pkgs, 8 newScope, 9 callPackage, 10 ncVersion, 11 nextcloud-notify_push, 12 }: 13 14 let 15 - apps = lib.importJSON (./. + "/${ncVersion}.json"); 16 packages = 17 self: 18 let
··· 6 lib, 7 pkgs, 8 newScope, 9 + apps ? lib.importJSON (./. + "/${ncVersion}.json"), # Support out-of-tree overrides 10 callPackage, 11 ncVersion, 12 nextcloud-notify_push, 13 }: 14 15 let 16 packages = 17 self: 18 let