darwin: recurseIntoAttrs

I think this helps the packages in this set show up on search.nixos.org
This commit is contained in:
Sarah Brofeldt
2023-04-05 09:37:09 +02:00
parent 53dad94e87
commit ca6c0e3b87
+1 -1
View File
@@ -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;