about summary refs log tree commit diff
path: root/nixpkgs/lib/tests/modules/module-imports-_type-check.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/lib/tests/modules/module-imports-_type-check.nix')
-rw-r--r--nixpkgs/lib/tests/modules/module-imports-_type-check.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixpkgs/lib/tests/modules/module-imports-_type-check.nix b/nixpkgs/lib/tests/modules/module-imports-_type-check.nix
new file mode 100644
index 000000000000..1e29c469daa5
--- /dev/null
+++ b/nixpkgs/lib/tests/modules/module-imports-_type-check.nix
@@ -0,0 +1,3 @@
+{
+  imports = [ { _type = "flake"; } ];
+}