summary refs log tree commit diff
path: root/pkgs/lib/attrsets.nix
Commit message (Expand)AuthorAge
* Fix collect example.Nicolas Pierron2009-09-29
* Move zip & zipWithNames from misc.nix to attrsets.nix and rename them toNicolas Pierron2009-09-29
* Add setAttrByPath:Nicolas Pierron2009-09-28
* * A utility function `optionalAttrs', similar to optional andEelco Dolstra2009-09-10
* Add 'collect' a function which recursively collects all attribute values veri...Nicolas Pierron2009-06-11
* * Put strings-with-deps in lib.Eelco Dolstra2009-05-25
* * Typo.Eelco Dolstra2009-05-24
* getAttr can call builtins.getAttrMarc Weber2009-05-24
* big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
* * Allow the user to install stdenv (nix-env -i stdenv) and get all theEelco Dolstra2009-04-25
* * `mapAttrsRecursiveCond', which is like `mapAttrsRecursive' but takesEelco Dolstra2009-03-30
* * Moved mapAttrs to attrsets.nix.Eelco Dolstra2009-03-10
* moved catAttrs, attrVals into attrsets.nix, adding attrValuesMarc Weber2009-03-06
* * Split lib/default.nix into several files, as it had become a bigEelco Dolstra2009-02-09