diff options
| author | hsjobeki <hsjobeki+github@gmail.com> | 2023-02-28 11:04:19 +0100 |
|---|---|---|
| committer | hsjobeki <hsjobeki+github@gmail.com> | 2023-03-11 10:42:00 +0100 |
| commit | 15a8d05ba592355f37442743bb3ce9fe55b72911 (patch) | |
| tree | 98a5da74ced314a9f40f49b4115a89fdd6b38dfc /lib/default.nix | |
| parent | Merge pull request #220288 from r-ryantm/auto-update/vkbasalt (diff) | |
| download | nixpkgs-15a8d05ba592355f37442743bb3ce9fe55b72911.tar.gz | |
init: lib.foldlAttrs
- provide comprehensive example
- add unit test
Diffstat (limited to 'lib/default.nix')
| -rw-r--r-- | lib/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix index 85303e0a5abf..0424db36b2e9 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -78,7 +78,7 @@ let composeManyExtensions makeExtensible makeExtensibleWithCustomName; inherit (self.attrsets) attrByPath hasAttrByPath setAttrByPath getAttrFromPath attrVals attrValues getAttrs catAttrs filterAttrs - filterAttrsRecursive foldAttrs collect nameValuePair mapAttrs + filterAttrsRecursive foldlAttrs foldAttrs collect nameValuePair mapAttrs mapAttrs' mapAttrsToList concatMapAttrs mapAttrsRecursive mapAttrsRecursiveCond genAttrs isDerivation toDerivation optionalAttrs zipAttrsWithNames zipAttrsWith zipAttrs recursiveUpdateUntil |
