summary refs log tree commit diff
path: root/lib/tests/modules/define-submoduleWith-noshorthand.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2020-01-01 01:11:45 +0100
committerSilvan Mosberger <contact@infinisil.com>2020-01-02 09:59:35 +0100
commitcc81320a46d8f822da90c84aeb413de3e9b5f4a8 (patch)
tree47cfcef66308ad7f7f134c66838cd68ba180f99a /lib/tests/modules/define-submoduleWith-noshorthand.nix
parenteec83d41e3e7d9ad5bc1086198d972d55bab1203 (diff)
downloadnixpkgs-cc81320a46d8f822da90c84aeb413de3e9b5f4a8.tar
nixpkgs-cc81320a46d8f822da90c84aeb413de3e9b5f4a8.tar.gz
nixpkgs-cc81320a46d8f822da90c84aeb413de3e9b5f4a8.tar.bz2
nixpkgs-cc81320a46d8f822da90c84aeb413de3e9b5f4a8.tar.lz
nixpkgs-cc81320a46d8f822da90c84aeb413de3e9b5f4a8.tar.xz
nixpkgs-cc81320a46d8f822da90c84aeb413de3e9b5f4a8.tar.zst
nixpkgs-cc81320a46d8f822da90c84aeb413de3e9b5f4a8.zip
lib/tests: Add submoduleWith tests
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;
+}