Commit ca6c0e3b authored by Sarah Brofeldt's avatar Sarah Brofeldt
Browse files

darwin: recurseIntoAttrs

I think this helps the packages in this set show up on search.nixos.org
parent 53dad94e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26178,7 +26178,7 @@ with pkgs;
  # Even though this is a set of packages not single package, use `callPackage`
  # not `callPackages` so the per-package callPackages don't have their
  # `.override` clobbered. C.F. `llvmPackages` which does the same.
  darwin = callPackage ./darwin-packages.nix { };
  darwin = recurseIntoAttrs (callPackage ./darwin-packages.nix { });
  defaultbrowser = callPackage ../os-specific/darwin/defaultbrowser {
    inherit (darwin.apple_sdk.frameworks) Foundation;