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.
This commit is contained in:
Robert Hensing
2026-04-06 12:25:46 +02:00
parent 6ae8efaf5f
commit d7dff39146
+2 -1
View File
@@ -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 =
{