summary refs log tree commit diff
path: root/lib/modules.nix
Commit message (Expand)AuthorAge
...
* Add comments about the module system interfaceShea Levy2015-03-12
* evalModules: Add internal option for the check argumentShea Levy2015-03-12
* nixos: Don't evaluate twice to get the value of config.nixpkgsShea Levy2015-03-12
* modules.nix: Generate the extra argument set from the configurationShea Levy2015-03-12
* Move property processing, type checking, and merge code into a functionShea Levy2015-03-12
* modules: Extract mkAliasDefinition from the rename.nix NixOS module.Nicolas B. Pierron2014-12-22
* nixos: Try to show an helpful message when the user sets config. or options.Luca Bruno2014-11-01
* Replace hasAttr/getAttr calls with the ? and . operatorsEelco Dolstra2014-10-05
* lib: Use arithmetic operators rather than builtins.add etc.Eelco Dolstra2014-10-05
* Merge options having the submodule type.Nicolas Pierron2014-09-07
* Annotate option-set options with the file in which they are declared.Nicolas Pierron2014-09-07
* Add error an message to prevent use of useless submodules.Nicolas Pierron2014-08-29
* minor fix in documentationJan Malakhovski2014-06-26
* Re-introduce (marked as obsolete) mkStrict function, to allow old nixops depl...Rob Vermaas2014-05-05
* Bring back mkOrderEelco Dolstra2014-03-30
* Pass lib to modulesShea Levy2014-02-11
* Add some primops to libEelco Dolstra2013-11-12
* Fix backward compatibility with Nix < 1.6Eelco Dolstra2013-10-30
* Show correct position info for errors in submodulesEelco Dolstra2013-10-30
* Export only the files of the active definitionsEelco Dolstra2013-10-30
* Fix environment.checkConfigurationOptionsEelco Dolstra2013-10-29
* fixMergeModules shouldn't check whether options are declaredEelco Dolstra2013-10-29
* Add fixMergeModules back inEelco Dolstra2013-10-29
* Support module keys that are pathsEelco Dolstra2013-10-29
* Add a priority level for overrides in VM testsEelco Dolstra2013-10-29
* Fix nixos-optionEelco Dolstra2013-10-28
* Show precise error messages in option merge failuresEelco Dolstra2013-10-28
* Support mkOverride in non-leaf nodesEelco Dolstra2013-10-28
* Allow imports in plain modulesEelco Dolstra2013-10-28
* Remove debug codeEelco Dolstra2013-10-28
* Fix evaluation of environment.variablesEelco Dolstra2013-10-28
* Fix NixOps evaluationEelco Dolstra2013-10-28
* Fix option renamingEelco Dolstra2013-10-28
* Check for undeclared optionsEelco Dolstra2013-10-28
* Show error locations in submodulesEelco Dolstra2013-10-28
* Fix manual generationEelco Dolstra2013-10-28
* Fix commentEelco Dolstra2013-10-28
* Inline some functions on the critical pathEelco Dolstra2013-10-28
* Reduce the number of allocations a bitEelco Dolstra2013-10-28
* Keep position information for option declarations and definitionsEelco Dolstra2013-10-28
* Big cleanup of the NixOS module systemEelco Dolstra2013-10-28
* Small cleanupEelco Dolstra2013-10-24
* Move pkgs/lib/ to lib/Eelco Dolstra2013-10-10