diff options
author | Artturin <Artturin@artturin.com> | 2022-03-16 20:57:18 +0200 |
---|---|---|
committer | Artturin <Artturin@artturin.com> | 2022-03-16 21:01:51 +0200 |
commit | 4f8ad41d4eb2012f01cd09ad745e78c5b8d8bee6 (patch) | |
tree | 63c55315552f7d9448a6e539604277d011515162 /tests/eval.nix | |
parent | a5c969db496843b9a42b3aee494a02714ee9ca78 (diff) |
add tests for nix eval and nix-instantiate
Diffstat (limited to 'tests/eval.nix')
-rw-r--r-- | tests/eval.nix | 5 |
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"; +} |