about summary refs log tree commit diff
path: root/lib/options.nix
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-17mkEnableOption: Add a period at the end of the descriptionEelco Dolstra1-5/+3
2013-10-17Rename newOptionAttrSetToDocList -> optionAttrSetToDocListEelco Dolstra1-3/+2
2013-10-10Move pkgs/lib/ to lib/Eelco Dolstra1-0/+315