summary refs log tree commit diff
path: root/pkgs/lib/misc.nix
Commit message (Expand)AuthorAge
* Remove unnecessary parentheses around if conditionsEelco Dolstra2012-12-28
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
* Remove obsolete flattenAttrs functionEelco Dolstra2012-08-13
* Remove obsolete eqStrict functionEelco Dolstra2012-08-13
* Fix bug in uniqList.Andres Loeh2012-07-18
* Try to cut recursion depth in uniqList and closePropagation.Andres Loeh2012-07-18
* * Remove unused function "checker".Eelco Dolstra2012-03-19
* * Disable the trace message "not an attrSet" because it shows up inEelco Dolstra2011-07-05
* Adding a list-in-list checker for builderDefs closePropagationMichael Raskin2010-09-03
* * Move "checker" to lib. It seems to be unused though.Eelco Dolstra2010-07-30
* * Remove `customKernel' which is obsolete as far as I can tell.Eelco Dolstra2010-07-28
* Make WebKit use libsoup 2.31.2 via deepOverride. Edit a few packages that wer...Michael Raskin2010-07-08
* Adding Redstore HTTP RDF/SPARQL serverMichael Raskin2010-06-29
* psotgis:Marc Weber2010-05-26
* adding maybeEnv. This will replace from-env.nix in nixos and will be reused i...Marc Weber2010-04-27
* Update SGT puzzles and improve builderDefs processing of propagated(Native)Bu...Michael Raskin2010-02-18
* fix vim_configurableMarc Weber2010-02-18
* remove mapRecordFlatten & fix source autofsMarc Weber2009-12-16
* nix lib: add nixType returning type of value as string which is used inMarc Weber2009-11-22
* * Another unused function.Eelco Dolstra2009-11-17
* * Remove some more unused functions.Eelco Dolstra2009-11-17
* * Remove sumArgs and its few remaining uses. Idem for composedArgs.Eelco Dolstra2009-11-17
* Move zip & zipWithNames from misc.nix to attrsets.nix and rename them toNicolas Pierron2009-09-29
* fix mergeAttrsWithFunc (also merge in names which are only in the snd attrs)Marc Weber2009-09-24
* * Typos.Eelco Dolstra2009-09-22
* rename mapRecordFlatten to mapAttrsFlattenMarc Weber2009-09-20
* Replace the traversal of modules:Nicolas Pierron2009-09-15
* adding xapian and xapian-bindingsMarc Weber2009-08-20
* Substitute fixOptionSetsFun by multiple functions which are:Nicolas Pierron2009-07-06
* removed all __primops from nixpkgsMarc Weber2009-05-24
* big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
* * textClosure: don't use uniqList, and don't rely on buggy behaviourEelco Dolstra2009-05-11
* * Moved mapAttrs to attrsets.nix.Eelco Dolstra2009-03-10
* moved debugging functions into lib module "debug"Marc Weber2009-03-06
* moved catAttrs, attrVals into attrsets.nix, adding attrValuesMarc Weber2009-03-06
* added overridableDelayableArgs replacing applyAndFunMarc Weber2009-03-06
* added eqStrict (deep, strict test for equality)Marc Weber2009-03-06
* * Split lib/default.nix into several files, as it had become a bigEelco Dolstra2009-02-09