summary refs log tree commit diff
path: root/pkgs/lib
Commit message (Expand)AuthorAge
* * Fix typo and clarify why you should not use "mkFixStrictness" on top ofNicolas Pierron2009-11-07
* * Add an awful hack to bypass the strictness of isType operators forNicolas Pierron2009-11-07
* * Change the check function to accept sub-modules with arguments inNicolas Pierron2009-11-07
* * Add a function to sort a list.Nicolas Pierron2009-11-07
* * Add a function to replace "pkgs.checker". The function checkModule does aNicolas Pierron2009-11-07
* * Add "_args" to all sub-module configurations result. This attributeNicolas Pierron2009-11-07
* * Add a type to handle environment variables with the usual stringNicolas Pierron2009-11-07
* * Report file locations in the stack-trace when multiple optionNicolas Pierron2009-11-05
* * Add a type for read-only options. Options which are only declaredNicolas Pierron2009-11-05
* * Add isDefined to each options. This will clean-up NixOS introspection.Nicolas Pierron2009-11-05
* * The libx86 package refers to platforms.netbsd, so add it.Eelco Dolstra2009-10-28
* svn path=/nixpkgs/trunk/; revision=17934Eelco Dolstra2009-10-23
* Try to add missing flip function for NixOSMichael Raskin2009-10-23
* 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