summary refs log tree commit diff
path: root/lib/options.nix
Commit message (Expand)AuthorAge
* Add read-only optionsEelco Dolstra2015-07-30
* Rename misc.nix -> deprecated.nixEelco Dolstra2015-07-23
* Use foldl' instead of fold in some placesEelco Dolstra2015-07-23
* optionAttrSetToDocList: O(n^2) -> O(n)Eelco Dolstra2015-07-23
* Make types.bool complain on conflicting definitionsEelco Dolstra2015-06-15
* Remove obsolete stuffEelco Dolstra2015-06-15
* Add Type information into manual and manpages, fixes #4600Domen Kožar2015-01-04
* modules: Add mkSinkUndeclaredOptions.Nicolas B. Pierron2014-12-21
* Eliminate some optionals/optionalAttrs calls on the hot pathEelco Dolstra2014-10-05
* Add some primops to libEelco Dolstra2013-11-12
* Clean up some option examplesEelco Dolstra2013-10-30
* Strictly check the arguments to mkOptionEelco Dolstra2013-10-30
* Show correct position info for errors in submodulesEelco Dolstra2013-10-30
* Remove obsolete function addDefaultOptionValuesEelco Dolstra2013-10-28
* Show precise error messages in option merge failuresEelco Dolstra2013-10-28
* Remove uses of the "merge" option attributeEelco Dolstra2013-10-28
* Fix manual generationEelco Dolstra2013-10-28
* Remove dead codeEelco Dolstra2013-10-28
* Remove uses of mkFixStrictnessEelco Dolstra2013-10-28
* Big cleanup of the NixOS module systemEelco Dolstra2013-10-28
* Slightly improve option type error messagesEelco Dolstra2013-10-23
* Manual: Don't show obsolete/deprecated optionsEelco Dolstra2013-10-23
* Allow options to be marked as "internal"Eelco Dolstra2013-10-23
* mkEnableOption: Add a period at the end of the descriptionEelco Dolstra2013-10-17
* Rename newOptionAttrSetToDocList -> optionAttrSetToDocListEelco Dolstra2013-10-17
* Move pkgs/lib/ to lib/Eelco Dolstra2013-10-10