summary refs log tree commit diff
path: root/nixos/modules/misc/assertions.nix
Commit message (Collapse)AuthorAge
* nixos: evaluate assertions at toplevel, not at systemPackagesShea Levy2014-04-22
| | | | Fixes #2340
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Remove uses of the "merge" option attributeEelco Dolstra2013-10-28
| | | | | It's redundant because you can (and should) specify an option type, or an apply function.
* Allow modules to define warnings to be shown during evaluationEelco Dolstra2013-10-23
|
* Allow options to be marked as "internal"Eelco Dolstra2013-10-23
| | | | | This means they're not for end users. Currently they're filtered from the manual, but we could include them in a separate section.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10