aboutsummaryrefslogtreecommitdiff
path: root/tests/eval.nix
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-03-16 20:57:18 +0200
committerArtturin <Artturin@artturin.com>2022-03-16 21:01:51 +0200
commit4f8ad41d4eb2012f01cd09ad745e78c5b8d8bee6 (patch)
tree63c55315552f7d9448a6e539604277d011515162 /tests/eval.nix
parenta5c969db496843b9a42b3aee494a02714ee9ca78 (diff)
add tests for nix eval and nix-instantiate
Diffstat (limited to 'tests/eval.nix')
-rw-r--r--tests/eval.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/eval.nix b/tests/eval.nix
new file mode 100644
index 000000000..befbd17a9
--- /dev/null
+++ b/tests/eval.nix
@@ -0,0 +1,5 @@
+{
+ int = 123;
+ str = "foo";
+ attr.foo = "bar";
+}