summary refs log tree commit diff
path: root/lib/tests/modules/define-submoduleWith-noshorthand.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/modules/define-submoduleWith-noshorthand.nix')
-rw-r--r--lib/tests/modules/define-submoduleWith-noshorthand.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tests/modules/define-submoduleWith-noshorthand.nix b/lib/tests/modules/define-submoduleWith-noshorthand.nix
new file mode 100644
index 00000000000..35e1607b6f1
--- /dev/null
+++ b/lib/tests/modules/define-submoduleWith-noshorthand.nix
@@ -0,0 +1,3 @@
+{
+  submodule.config.config = true;
+}