mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
NixOS modules: Add error context on module arguments evaluation.
This commit is contained in:
parent
2fa88f65ea
commit
a6b455bbae
5 changed files with 37 additions and 8 deletions
7
lib/tests/modules/define-enable-with-custom-arg.nix
Normal file
7
lib/tests/modules/define-enable-with-custom-arg.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ lib, custom, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
enable = custom;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue