summaryrefslogtreecommitdiffstats
path: root/lib/modules.nix
AgeCommit message (Expand)Author
2014-11-01nixos: Try to show an helpful message when the user sets config. or options.Luca Bruno
2014-10-05Replace hasAttr/getAttr calls with the ? and . operatorsEelco Dolstra
2014-10-05lib: Use arithmetic operators rather than builtins.add etc.Eelco Dolstra
2014-09-07Merge options having the submodule type.Nicolas Pierron
2014-09-07Annotate option-set options with the file in which they are declared.Nicolas Pierron
2014-08-29Add error an message to prevent use of useless submodules.Nicolas Pierron
2014-06-26minor fix in documentationJan Malakhovski
2014-05-05Re-introduce (marked as obsolete) mkStrict function, to allow old nixops depl...Rob Vermaas
2014-03-30Bring back mkOrderEelco Dolstra
2014-02-11Pass lib to modulesShea Levy
2013-11-12Add some primops to libEelco Dolstra
2013-10-30Fix backward compatibility with Nix < 1.6Eelco Dolstra
2013-10-30Show correct position info for errors in submodulesEelco Dolstra
2013-10-30Export only the files of the active definitionsEelco Dolstra
2013-10-29Fix environment.checkConfigurationOptionsEelco Dolstra
2013-10-29fixMergeModules shouldn't check whether options are declaredEelco Dolstra
2013-10-29Add fixMergeModules back inEelco Dolstra
2013-10-29Support module keys that are pathsEelco Dolstra
2013-10-29Add a priority level for overrides in VM testsEelco Dolstra
2013-10-28Fix nixos-optionEelco Dolstra
2013-10-28Show precise error messages in option merge failuresEelco Dolstra
2013-10-28Support mkOverride in non-leaf nodesEelco Dolstra
2013-10-28Allow imports in plain modulesEelco Dolstra
2013-10-28Remove debug codeEelco Dolstra
2013-10-28Fix evaluation of environment.variablesEelco Dolstra
2013-10-28Fix NixOps evaluationEelco Dolstra
2013-10-28Fix option renamingEelco Dolstra
2013-10-28Check for undeclared optionsEelco Dolstra
2013-10-28Show error locations in submodulesEelco Dolstra
2013-10-28Fix manual generationEelco Dolstra
2013-10-28Fix commentEelco Dolstra
2013-10-28Inline some functions on the critical pathEelco Dolstra
2013-10-28Reduce the number of allocations a bitEelco Dolstra
2013-10-28Keep position information for option declarations and definitionsEelco Dolstra
2013-10-28Big cleanup of the NixOS module systemEelco Dolstra
2013-10-24Small cleanupEelco Dolstra
2013-10-10Move pkgs/lib/ to lib/Eelco Dolstra