aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/define-_module-args-custom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/modules/define-_module-args-custom.nix')
-rw-r--r--tests/modules/define-_module-args-custom.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/modules/define-_module-args-custom.nix b/tests/modules/define-_module-args-custom.nix
new file mode 100644
index 000000000..e565fd215
--- /dev/null
+++ b/tests/modules/define-_module-args-custom.nix
@@ -0,0 +1,7 @@
+{ lib, ... }:
+
+{
+ config = {
+ _module.args.custom = true;
+ };
+}