summary refs log tree commit diff
path: root/lib/types.nix
Commit message (Expand)AuthorAge
...
* Make types.bool complain on conflicting definitionsEelco Dolstra2015-06-15
* Document and rename internal option of modules.Nicolas B. Pierron2015-03-15
* Share common code for merging option definitions.Nicolas B. Pierron2015-03-12
* Add comments about the module system interfaceShea Levy2015-03-12
* types.loaOf: Update check functionShea Levy2015-03-12
* types.attrsOf: Use mergeDefinitions to handle each elementShea Levy2015-03-12
* types.listOf: Use mergeDefinitions to handle each elementShea Levy2015-03-12
* Remove types.functionTo.Nicolas Pierron2014-09-07
* Merge options having the submodule type.Nicolas Pierron2014-09-07
* types.nix: Add ‘either’ typeEelco Dolstra2014-08-19
* Fix description to match conventionShea Levy2014-05-01
* Add enum option typeShea Levy2014-05-01
* Remove lib.typeOfEelco Dolstra2014-02-27
* loaOf: Allow merging definitions from a list into other definitions IFF there...Shea Levy2014-02-20
* Revert "Add nixosSubmodule option type"Shea Levy2014-02-13
* Revert "Add option type for a submodule with extra arguments"Shea Levy2014-02-13
* Revert "Add heterogeneousAttrsOf option type"Shea Levy2014-02-13
* Add heterogeneousAttrsOf option typeShea Levy2014-02-11
* Add option type for a submodule with extra argumentsShea Levy2014-02-11
* Add nixosSubmodule option typeShea Levy2014-02-11
* Try to improve naming of list elements in loaOf typesShea Levy2014-02-08
* Add some primops to libEelco Dolstra2013-11-12
* Fix backward compatibility with Nix < 1.6Eelco Dolstra2013-10-30
* Strictly check the arguments to mkOptionEelco Dolstra2013-10-30
* Show correct position info for errors in submodulesEelco Dolstra2013-10-30
* Add option type "str" for unique stringsEelco Dolstra2013-10-29
* Show precise error messages in option merge failuresEelco Dolstra2013-10-28
* Remove uses of the "merge" option attributeEelco Dolstra2013-10-28
* Check for undeclared optionsEelco Dolstra2013-10-28
* Show error locations in submodulesEelco Dolstra2013-10-28
* Fix manual generationEelco Dolstra2013-10-28
* Inline some functions on the critical pathEelco Dolstra2013-10-28
* Use isType instead of typeOfEelco Dolstra2013-10-28
* Big cleanup of the NixOS module systemEelco Dolstra2013-10-28
* Move pkgs/lib/ to lib/Eelco Dolstra2013-10-10