NixOS modules: Add error context on module arguments evaluation.

This commit is contained in:
Nicolas B. Pierron 2015-05-13 22:44:04 +02:00
parent 2fa88f65ea
commit a6b455bbae
5 changed files with 37 additions and 8 deletions

View file

@ -0,0 +1,7 @@
{ lib, custom, ... }:
{
config = {
enable = custom;
};
}