summary refs log tree commit diff
path: root/pkgs/lib/options.nix
Commit message (Expand)AuthorAge
* Extract properties.nix and modules.nix from options.nix.Nicolas Pierron2009-07-13
* Allow to set priority which are below the default priority level.Nicolas Pierron2009-07-10
* 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
* * 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 support for a new module syntax.Nicolas Pierron2009-06-11
* * 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
* big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
* * 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
* Fix mkThenElse and mkAlways evaluation.Nicolas Pierron2009-03-14
* * Refactor mkIf to extract the concept of properties.Nicolas Pierron2009-02-28
* * Split lib/default.nix into several files, as it had become a bigEelco Dolstra2009-02-09
* * Moved the functions for option processing to lib.Eelco Dolstra2007-11-09
* fix: listToAttr takes name instead of attr as argumentMarc Weber2007-11-07
* * Some prototype code to make dealing with options in Nixpkgs/NixOSEelco Dolstra2007-08-27