summary refs log tree commit diff
path: root/pkgs/lib
Commit message (Expand)AuthorAge
* Refactor a bit to add names to intermediate computations. Add a crossNicolas Pierron2009-10-12
* * modules.nix: use catAttrs function instead of hand made code.Nicolas Pierron2009-10-12
* Revert previous commit because this is implicit. Fix property evaluationNicolas Pierron2009-10-12
* do not delay mkOverride on options which are does not have sub modules.Nicolas Pierron2009-10-12
* Only allow properties with a onGlobalEval function to go through specificNicolas Pierron2009-10-12
* Revert "* Revert the last two commits ..." (rev 17738) & Fix.Nicolas Pierron2009-10-09
* * Enable builds on OpenBSD.Eelco Dolstra2009-10-09
* * Revert the last two commits since they break every job in theEelco Dolstra2009-10-09
* Add mkOverrideTemplate (currently the same as mkOverride).Nicolas Pierron2009-10-09
* Replace a counter intuitive behaviour of module evaluations.Nicolas Pierron2009-10-09
* extract function unifyOptionModule from moduleMerge. This function isNicolas Pierron2009-10-09
* fix some typos in commentsMarc Weber2009-10-08
* Add the reverseList function.Nicolas Pierron2009-10-06
* Improve the efficiency of stringToCharacters.Nicolas Pierron2009-10-06
* introduce the stringAsChars ans replaceChars functions.Nicolas Pierron2009-10-06
* Extract the path done inside the iteration process of the option type andNicolas Pierron2009-10-06
* Add removePrefix function.Nicolas Pierron2009-10-06
* Fix sub-module argument manipulation: Avoid using an empty set to checkNicolas Pierron2009-10-06
* Fix merge function of types.Nicolas Pierron2009-10-05
* Fix collect example.Nicolas Pierron2009-09-29
* Move zip & zipWithNames from misc.nix to attrsets.nix and rename them toNicolas Pierron2009-09-29
* export definitions to be used in conjunctions with extraConfigs. With suchNicolas Pierron2009-09-28
* Add extraConfigs attribute inside options. This attribute is used toNicolas Pierron2009-09-28
* Add setAttrByPath:Nicolas Pierron2009-09-28
* Add splitString:Nicolas Pierron2009-09-28
* the tryEval builtin does not have a strict evaluation. Add the toXMLNicolas Pierron2009-09-28
* externals argumental are now taking precedence over the result ofNicolas Pierron2009-09-28
* Add the zipLists and zipListsWith functions.Nicolas Pierron2009-09-28
* Remove values coming from the original sources because this may cause the eva...Nicolas Pierron2009-09-26
* fix mergeAttrsWithFunc (also merge in names which are only in the snd attrs)Marc Weber2009-09-24
* * selectMaintained (renamed): don't use meta.maintainer, just useEelco Dolstra2009-09-23
* * Typos.Eelco Dolstra2009-09-22
* rename mapRecordFlatten to mapAttrsFlattenMarc Weber2009-09-20
* Fix the merge function of the "attrsOf" type: handle multiple of the sameNicolas Pierron2009-09-20
* Adding me as a maintainer, with a pair of packages.Lluís Batlle i Rossell2009-09-20
* Report bad default values which would have cause a build failure if theyNicolas Pierron2009-09-19
* Fix: Use the check function defined in the option declaration if it exists.Nicolas Pierron2009-09-19
* * More typos.Eelco Dolstra2009-09-18
* Add declarations and definitions to options. This allow you to retrieveNicolas Pierron2009-09-18
* Add location to declared sub-modules.Nicolas Pierron2009-09-18
* Specify some obvious platform setsMichael Raskin2009-09-16
* * Typos.Eelco Dolstra2009-09-16
* Replace the traversal of modules:Nicolas Pierron2009-09-15
* Handles cases where developers ""cannot"" put their initial modules inNicolas Pierron2009-09-15
* Fix NixOS evaluation. As I understand, configuration gets added to the list o...Michael Raskin2009-09-14
* split moduleClosure in two parts:Nicolas Pierron2009-09-14
* Add `gnu' as an alias for `linux'.Ludovic Courtès2009-09-12
* removing dropPath. It's used once and in that case it behaves likeMarc Weber2009-09-10
* * A utility function `optionalAttrs', similar to optional andEelco Dolstra2009-09-10
* Adding libev - an even loop library remotely similar to libeventMichael Raskin2009-08-27