NixOS modules: Add error context on module arguments evaluation.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ lib, custom, ... }:
|
||||
|
||||
{
|
||||
imports = []
|
||||
++ lib.optional custom ./define-enable-force.nix;
|
||||
}
|
||||
Reference in New Issue
Block a user