Unverified Commit a22e1f10 authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

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

parents 4af373b4 1e70da0c
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