summaryrefslogtreecommitdiffstats
path: root/lib/options.nix
AgeCommit message (Expand)Author
2018-02-11lib: export option location in `optionAttrSetToDocList`Jan Malakhovski
2018-02-09nixos, lib: implement relatedPackages optionJan Malakhovski
2017-12-23Revert "nixos: doc: implement related packages in the manual"Graham Christensen
2017-12-07nixos, lib: implement relatedPackages optionJan Malakhovski
2017-09-16Convert libs to a fixed-pointGraham Christensen
2016-11-06module system: extensible option typesEric Sagnes
2015-07-30Add read-only optionsEelco Dolstra
2015-07-23Rename misc.nix -> deprecated.nixEelco Dolstra
2015-07-23Use foldl' instead of fold in some placesEelco Dolstra
2015-07-23optionAttrSetToDocList: O(n^2) -> O(n)Eelco Dolstra
2015-06-15Make types.bool complain on conflicting definitionsEelco Dolstra
2015-06-15Remove obsolete stuffEelco Dolstra
2015-01-04Add Type information into manual and manpages, fixes #4600Domen Kožar
2014-12-21modules: Add mkSinkUndeclaredOptions.Nicolas B. Pierron
2014-10-05Eliminate some optionals/optionalAttrs calls on the hot pathEelco Dolstra
2013-11-12Add some primops to libEelco Dolstra
2013-10-30Clean up some option examplesEelco Dolstra
2013-10-30Strictly check the arguments to mkOptionEelco Dolstra
2013-10-30Show correct position info for errors in submodulesEelco Dolstra
2013-10-28Remove obsolete function addDefaultOptionValuesEelco Dolstra
2013-10-28Show precise error messages in option merge failuresEelco Dolstra
2013-10-28Remove uses of the "merge" option attributeEelco Dolstra
2013-10-28Fix manual generationEelco Dolstra
2013-10-28Remove dead codeEelco Dolstra
2013-10-28Remove uses of mkFixStrictnessEelco Dolstra
2013-10-28Big cleanup of the NixOS module systemEelco Dolstra
2013-10-23Slightly improve option type error messagesEelco Dolstra
2013-10-23Manual: Don't show obsolete/deprecated optionsEelco Dolstra
2013-10-23Allow options to be marked as "internal"Eelco Dolstra
2013-10-17mkEnableOption: Add a period at the end of the descriptionEelco Dolstra
2013-10-17Rename newOptionAttrSetToDocList -> optionAttrSetToDocListEelco Dolstra
2013-10-10Move pkgs/lib/ to lib/Eelco Dolstra