aboutsummaryrefslogtreecommitdiff
path: root/lib/options.nix (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-22lib/options.nix: Use merge-friendly inherit syntaxRobert Hensing1-5/+30
2020-10-22lib: Use Nix's static scope checking, fix error message, optimizeRobert Hensing1-5/+9
2020-10-22lib/options.nix: Use head instead of elemAt _ 0Robert Hensing1-1/+1
2020-09-21lib/modules: Improve error messages using showDefsSilvan Mosberger1-6/+6
2020-09-21lib/options: Introduce showDefsSilvan Mosberger1-0/+18
2020-09-15lib/options: Fix mergeEqualOption for singular functionsSilvan Mosberger1-0/+4
2020-04-14lib/options: fix showOption exampleDaiderd Jordan1-1/+1
2020-04-14Revert "lib/options: Use escapeNixIdentifier for showOption"Daiderd Jordan1-7/+8
2020-04-14lib/options: Relax showOption quotingJan Tojnar1-1/+14
2020-04-13lib/options: Use escapeNixIdentifier for showOptionSilvan Mosberger1-8/+1
2020-03-19lib/options: Only recurse into visible sub optionsSilvan Mosberger1-1/+1
2019-08-26lib/options: fix path in commentJan Tojnar1-1/+1
2019-06-05module system: prettify a bit error when unique option defined twicedanbst1-1/+1
2019-03-07module system: revert "remove types.optionSet", just deprecate (#56857)Danylo Hlynskyi1-0/+2
2019-03-05lib: optionAttrSetToDocList: warn instead of throwing on options without desc...Jan Malakhovski1-1/+1
2019-01-31types.optionSet: deprecate and remove last usagesdanbst1-2/+0
2018-10-29lib/options: Update documentation comments for docs generationVincent Ambo1-67/+88
2018-10-02docs: lib/options.nix function documentationTobias Pflug1-0/+39
2018-03-05lib/options: teach showOptions about funny option namesGraham Christensen1-1/+14
2018-02-11lib: export option location in `optionAttrSetToDocList`Jan Malakhovski1-0/+1
2018-02-09nixos, lib: implement relatedPackages optionJan Malakhovski1-4/+5
2017-12-23Revert "nixos: doc: implement related packages in the manual"Graham Christensen1-5/+4
2017-12-07nixos, lib: implement relatedPackages optionJan Malakhovski1-4/+5
2017-09-16Convert libs to a fixed-pointGraham Christensen1-6/+5
2016-11-06module system: extensible option typesEric Sagnes1-1/+1
2016-03-01Revert "Add the tool "nixos-typecheck" that can check an option declaration to:"Eelco Dolstra1-124/+21
2016-02-29Add the tool "nixos-typecheck" that can check an option declaration to:Thomas Strobel1-21/+124
2015-07-30Add read-only optionsEelco Dolstra1-0/+2
2015-07-23Rename misc.nix -> deprecated.nixEelco Dolstra1-1/+0
2015-07-23Use foldl' instead of fold in some placesEelco Dolstra1-3/+3
2015-07-23optionAttrSetToDocList: O(n^2) -> O(n)Eelco Dolstra1-3/+2
2015-06-15Make types.bool complain on conflicting definitionsEelco Dolstra1-0/+9
2015-06-15Remove obsolete stuffEelco Dolstra1-14/+0
2015-01-04Add Type information into manual and manpages, fixes #4600Domen Kožar1-0/+1
2014-12-21modules: Add mkSinkUndeclaredOptions.Nicolas B. Pierron1-0/+17
2014-10-05Eliminate some optionals/optionalAttrs calls on the hot pathEelco Dolstra1-3/+3
2013-11-12Add some primops to libEelco Dolstra1-5/+5
2013-10-30Clean up some option examplesEelco Dolstra1-1/+2
2013-10-30Strictly check the arguments to mkOptionEelco Dolstra1-11/+12
2013-10-30Show correct position info for errors in submodulesEelco Dolstra1-14/+17
2013-10-28Remove obsolete function addDefaultOptionValuesEelco Dolstra1-26/+0
2013-10-28Show precise error messages in option merge failuresEelco Dolstra1-10/+11
2013-10-28Remove uses of the "merge" option attributeEelco Dolstra1-0/+3
2013-10-28Fix manual generationEelco Dolstra1-25/+23
2013-10-28Remove dead codeEelco Dolstra1-135/+0
2013-10-28Remove uses of mkFixStrictnessEelco Dolstra1-0/+1
2013-10-28Big cleanup of the NixOS module systemEelco Dolstra1-42/+4
2013-10-23Slightly improve option type error messagesEelco Dolstra1-6/+3
2013-10-23Manual: Don't show obsolete/deprecated optionsEelco Dolstra1-0/+1
2013-10-23Allow options to be marked as "internal"Eelco Dolstra1-0/+1