about summary refs log tree commit diff
path: root/lib/modules.nix
AgeCommit message (Expand)AuthorFilesLines
2018-04-07lib: make extensibleSilvan Mosberger1-1/+1
2018-03-28lib/modules: fix typoFranz Pletz1-1/+1
2018-01-31Add setFunctionArgs lib function.Shea Levy1-1/+1
2017-11-05lib/modules: Change type error to be gramatically nicerProfpatsch1-1/+1
2017-09-16Convert libs to a fixed-pointGraham Christensen1-7/+9
2017-07-04lib: introduce imap0, imap1 (#25543)zimbatm1-1/+1
2017-04-19lib: trivial spelling fixesTom Saeger1-1/+1
2017-03-11lib: fix mixed tab/space indents, trailing whitespace, etcBenjamin Staffin1-4/+4
2017-03-03modules: add support for module replacement with disabledModulesDaiderd Jordan1-7/+17
2017-03-01Revert "modules: add support for module replacement with disabledModules"Vladimír Čunát1-17/+7
2017-02-28modules: add support for module replacement with disabledModulesDaiderd Jordan1-7/+17
2017-02-03modules lib: type description in type error messageNikolay Amiantov1-1/+1
2016-11-21mkIf: Check whether the condition is a BooleanEelco Dolstra1-3/+6
2016-11-06module system: extensible option typesEric Sagnes1-11/+21
2016-09-24lib/module: add mkChangedOptionModule functionEric Sagnes1-0/+26
2016-09-24lib/module: add mkMergedOptionModule functionEric Sagnes1-0/+53
2016-08-28Merge pull request #15025 from ericsagnes/modules/manualDomen Kožar1-3/+7
2016-08-28Merge pull request #14311 from Profpatsch/mkRemovedOptionModule-replacementDomen Kožar1-4/+10
2016-08-11modules: move meta at top levelEric Sagnes1-3/+7
2016-06-01Fix display of deprecated option definition warningsEelco Dolstra1-2/+0
2016-05-29modules/mkRemovedOptionModule: add replacement docProfpatsch1-4/+10
2016-03-01Revert "Add the tool "nixos-typecheck" that can check an option declaration to:"Eelco Dolstra1-82/+17
2016-02-29Add the tool "nixos-typecheck" that can check an option declaration to:Thomas Strobel1-17/+82
2015-10-14Factor out option renamingEelco Dolstra1-0/+65
2015-08-09Update option-usages.nix expression to work with newer version of the module ...Nicolas B. Pierron1-1/+1
2015-08-05Module system: Fix ‘definitions’ fieldEelco Dolstra1-1/+1
2015-07-30Add read-only optionsEelco Dolstra1-3/+8
2015-07-28Remove superfluous copy of "min"Eelco Dolstra1-1/+0
2015-07-28Minor module system evaluation speedupsEelco Dolstra1-23/+26
2015-07-28Fix indentationEelco Dolstra1-32/+33
2015-07-23concatLists (map ...) -> concatMapEelco Dolstra1-4/+4
2015-07-23Use foldl' instead of fold in some placesEelco Dolstra1-7/+7
2015-07-14NixOS modules: Add error context on module arguments evaluation.Nicolas B. Pierron1-5/+14
2015-06-15types.uniq types.bool -> types.boolEelco Dolstra1-1/+1
2015-06-08Bring an importable modulesPath back from the dead, in the only way I knowDan Peebles1-2/+6
2015-03-15Document and rename internal option of modules.Nicolas B. Pierron1-17/+17
2015-03-12Share common code for merging option definitions.Nicolas B. Pierron1-7/+11
2015-03-12Rename mergeDefinitions internal steps to functions which are independent of ...Nicolas B. Pierron1-7/+8
2015-03-12Expose submodule arguments to builtins.functionArgs before applying the argum...Nicolas B. Pierron1-7/+27
2015-03-12Add comment about limitation on __internal.checkShea Levy1-0/+4
2015-03-12Add comments about the module system interfaceShea Levy1-2/+14
2015-03-12evalModules: Add internal option for the check argumentShea Levy1-1/+11
2015-03-12nixos: Don't evaluate twice to get the value of config.nixpkgsShea Levy1-2/+2
2015-03-12modules.nix: Generate the extra argument set from the configurationShea Levy1-3/+30
2015-03-12Move property processing, type checking, and merge code into a functionShea Levy1-22/+36
2014-12-22modules: Extract mkAliasDefinition from the rename.nix NixOS module.Nicolas B. Pierron1-0/+25
2014-11-01nixos: Try to show an helpful message when the user sets config. or options.Luca Bruno1-1/+1
2014-10-05Replace hasAttr/getAttr calls with the ? and . operatorsEelco Dolstra1-7/+7
2014-10-05lib: Use arithmetic operators rather than builtins.add etc.Eelco Dolstra1-1/+1
2014-09-07Merge options having the submodule type.Nicolas Pierron1-6/+15