aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/eval.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/eval.nix')
-rw-r--r--tests/functional/eval.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/eval.nix b/tests/functional/eval.nix
new file mode 100644
index 000000000..befbd17a9
--- /dev/null
+++ b/tests/functional/eval.nix
@@ -0,0 +1,5 @@
+{
+ int = 123;
+ str = "foo";
+ attr.foo = "bar";
+}