diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2024-02-26 15:47:57 +0100 |
|---|---|---|
| committer | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2024-02-26 15:49:25 +0100 |
| commit | e426a8f09740106e2944be4c583894edcb04830c (patch) | |
| tree | 6cac446c05d1a8d5d693bfa20d3aa6870766c309 /lib/default.nix | |
| parent | Merge pull request #291463 from mweinelt/packet-sd-tmpfile-chmod (diff) | |
| download | nixpkgs-e426a8f09740106e2944be4c583894edcb04830c.tar.gz | |
lib: export attrsets.mergeAttrsList
Diffstat (limited to 'lib/default.nix')
| -rw-r--r-- | lib/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/default.nix b/lib/default.nix index a17307be6e07..668c29640f9f 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -84,8 +84,8 @@ let mapAttrs' mapAttrsToList attrsToList concatMapAttrs mapAttrsRecursive mapAttrsRecursiveCond genAttrs isDerivation toDerivation optionalAttrs zipAttrsWithNames zipAttrsWith zipAttrs recursiveUpdateUntil - recursiveUpdate matchAttrs overrideExisting showAttrPath getOutput getBin - getLib getDev getMan chooseDevOutputs zipWithNames zip + recursiveUpdate matchAttrs mergeAttrsList overrideExisting showAttrPath getOutput + getBin getLib getDev getMan chooseDevOutputs zipWithNames zip recurseIntoAttrs dontRecurseIntoAttrs cartesianProductOfSets updateManyAttrsByPath; inherit (self.lists) singleton forEach foldr fold foldl foldl' imap0 imap1 |
