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:
@@ -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 =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user