summary refs log tree commit diff
path: root/pkgs/lib
Commit message (Expand)AuthorAge
* Extract properties.nix and modules.nix from options.nix.Nicolas Pierron2009-07-13
* Added myself as a maintainer.Andres Löh2009-07-10
* Allow to set priority which are below the default priority level.Nicolas Pierron2009-07-10
* maintainers + marcweberMarc Weber2009-07-09
* Added myself (sander) to the maintainers listSander van der Burg2009-07-09
* fix sourceWithTagsDerivation, myhasktags now based on current haskell derivat...Marc Weber2009-07-09
* * Doh.Eelco Dolstra2009-07-08
* svn path=/nixpkgs/trunk/; revision=16256Eelco Dolstra2009-07-08
* Added myself as the maintainer of some packagesMichael Raskin2009-07-07
* Fix: (in moduleClosure) remove key attribute of inlined sets.Nicolas Pierron2009-07-06
* Substitute fixOptionSetsFun by multiple functions which are:Nicolas Pierron2009-07-06
* allow the argument set of modules to be defined outside of option.nix file.Nicolas Pierron2009-07-06
* cleanSource: Avoid copying git files.Nicolas Pierron2009-07-06
* svn path=/nixpkgs/trunk/; revision=16131Eelco Dolstra2009-07-02
* Add `stdenv.lib.maintainers'.Ludovic Courtès2009-07-01
* * Refactoring: move the types out of options.nix, which is much tooEelco Dolstra2009-06-26
* Add a description of values which cause a bad type the failure.Nicolas Pierron2009-06-26
* - partition based on the content of the properties. (rmProperties * isOption)Nicolas Pierron2009-06-25
* * Rename types.enable -> types.bool.Eelco Dolstra2009-06-14
* option types: Fix the generated template name used for the documentation.Nicolas Pierron2009-06-11
* optionAttrSetToDocList: Re-implement with the collect function.Nicolas Pierron2009-06-11
* Add 'collect' a function which recursively collects all attribute values veri...Nicolas Pierron2009-06-11
* Add support for a new module syntax.Nicolas Pierron2009-06-11
* * Trivial function to create a singleton list. Can reduce unnecessaryEelco Dolstra2009-06-08
* * nix-env gets confused when an attrset contains an attribute namedEelco Dolstra2009-05-29
* Add option types.Nicolas Pierron2009-05-27
* * Remove an attrset comparison.Eelco Dolstra2009-05-26
* * Fix a comparison of function values (disallowed in the Nix trunk).Eelco Dolstra2009-05-26
* * Put strings-with-deps in lib.Eelco Dolstra2009-05-25
* * Typo.Eelco Dolstra2009-05-24
* getAttr can call builtins.getAttrMarc Weber2009-05-24
* removed all __primops from nixpkgsMarc Weber2009-05-24
* big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
* added documentation illustrating behaviour of the new textClosureMapMarc Weber2009-05-19
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
* * options.nix:Nicolas Pierron2009-05-19
* Remove unused feature which allowed to add properties on the required elements.Nicolas Pierron2009-05-19
* Add support for require attribute with a filename as argument.Nicolas Pierron2009-05-19
* * Get rid of __primop.Eelco Dolstra2009-05-19
* * textClosure: don't use uniqList, and don't rely on buggy behaviourEelco Dolstra2009-05-11
* * Die tabs die. Also, renamed FullDepEntry and PackEntry toEelco Dolstra2009-05-11
* enhance escapeShellArg funtion. It should be pretty correct nowMarc Weber2009-05-06
* * Allow the user to install stdenv (nix-env -i stdenv) and get all theEelco Dolstra2009-04-25
* * Added a function to make Unix-style search paths. This generalisesEelco Dolstra2009-04-05
* * Added some regression tests for lib that I wrote a while ago butEelco Dolstra2009-03-31
* * Move some functions for manipulating meta and name attributes out ofEelco Dolstra2009-03-30
* * `mapAttrsRecursiveCond', which is like `mapAttrsRecursive' but takesEelco Dolstra2009-03-30
* tidied up pkgs/lib/debug.nixMarc Weber2009-03-25
* Fix mkThenElse and mkAlways evaluation.Nicolas Pierron2009-03-14
* * Moved mapAttrs to attrsets.nix.Eelco Dolstra2009-03-10