aboutsummaryrefslogtreecommitdiff
path: root/lib/tests/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/tests: Add tests for types.anythingSilvan Mosberger2020-09-156-0/+137
* lib/modules: Add syntactic sugar for config._module.freeformTypeSilvan Mosberger2020-08-142-2/+2
* lib/tests: Add tests for freeform modulesSilvan Mosberger2020-08-036-0/+41
* lib/*: editorconfig fixeszowoq2020-07-311-1/+1
* lib/tests: Check for nested option-dependent definitionsSilvan Mosberger2020-03-193-0/+39
* Revert "lib/modules: Throw better error when definitions assign to an option ...Silvan Mosberger2020-03-191-3/+0
* Merge pull request #82751 from Infinisil/minor-module-improvementsRobert Hensing2020-03-181-0/+3
|\
| * lib/modules: Throw better error when definitions assign to an option setSilvan Mosberger2020-03-181-0/+3
* | lib/modules: Test the ability for config to depend on options for compatibilityRobert Hensing2020-03-171-0/+16
|/
* lib/tests: Add tests for attrsOf and lazyAttrsOfSilvan Mosberger2020-01-104-0/+26
* lib/tests: Fix module testsSilvan Mosberger2020-01-101-9/+3
* lib/tests: Add test case for imports from derivationsSilvan Mosberger2020-01-101-0/+17
* Merge pull request #76857 from Infinisil/recursive-disableModulesSilvan Mosberger2020-01-095-0/+32
|\
| * lib/tests: Add tests for recursive disabledModulesSilvan Mosberger2020-01-095-0/+32
* | lib/tests: remove strictly loaOf tests and rebase on attrsOfrnhmjoj2020-01-0622-72/+34
|/
* lib/tests: Add submoduleWith testsSilvan Mosberger2020-01-027-0/+92
* lib/types: Add oneOf, extension of either to a list of typesSilvan Mosberger2019-08-062-0/+14
* Fix the documentation for the tests to reflect what is actually happening.(cdep)illabout2019-02-072-2/+8
* lib/modules: Change mkAliasOptionModule to use the priority for the alias.(cdep)illabout2019-01-242-2/+2
* Add test that shows that the aliases are able to override options.(cdep)illabout2019-01-061-0/+52
* lib/modules: Add a function to create an option alias that respects the priority(cdep)illabout2019-01-041-1/+1
* Add a failing test for mkAliasOptionModule.(cdep)illabout2019-01-041-0/+52
* lib.types: fix loaOf behavior for long listsRobert Helgesson2018-05-072-0/+38
* lib/types: Add coercedTo unsound testsSilvan Mosberger2018-05-063-0/+16
* lib/types: add `ints.positive`.Profpatsch2017-11-052-0/+12
* lib/types: update docs to match the new type namesProfpatsch2017-11-054-0/+24
* modules: add support for module replacement with disabledModulesDaiderd Jordan2017-03-034-0/+16
* Revert "modules: add support for module replacement with disabledModules"Vladimír Čunát2017-03-014-16/+0
* use relative path for module testsDaiderd Jordan2017-02-281-1/+1
* modules: add support for module replacement with disabledModulesDaiderd Jordan2017-02-284-0/+16
* module tests: add tests for coercedToNikolay Amiantov2017-02-023-0/+16
* NixOS modules: Add error context on module arguments evaluation.Nicolas B. Pierron2015-07-143-1/+13
* Add tests for the new module system improvements.Nicolas B. Pierron2015-03-166-0/+35
* Issue #6161 - Add tests for NixOS modules.Nicolas B. Pierron2015-02-0914-0/+99