Commit d7dff391 authored by Robert Hensing's avatar Robert Hensing
Browse files

pkgs/splice: bring mapAttrs into scope

... and take it from lib. Inconsequential, but it's a good convention
because it has occasional improvements to builtins' intentionally
highly unchanging behavior.
parent 6ae8efaf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ lib: pkgs: actuallySplice:

let
  inherit (lib.customisation) mapCrossIndex renameCrossIndexFrom;
  inherit (lib) mapAttrs;

  spliceReal =
    inputs:
@@ -66,7 +67,7 @@ let
          # `__functor__` for functions instead.
          defaultValue;
    in
    builtins.mapAttrs merge mash;
    mapAttrs merge mash;

  splicePackages =
    {