aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/undefined-variable.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/undefined-variable.nix')
-rw-r--r--tests/functional/undefined-variable.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/undefined-variable.nix b/tests/functional/undefined-variable.nix
new file mode 100644
index 000000000..579985497
--- /dev/null
+++ b/tests/functional/undefined-variable.nix
@@ -0,0 +1 @@
+let f = builtins.toFile "test-file.nix" "asd"; in import f