1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

add tests for nix eval and nix-instantiate

This commit is contained in:
Artturin 2022-03-16 20:57:18 +02:00
parent a5c969db49
commit 4f8ad41d4e
3 changed files with 35 additions and 0 deletions

5
tests/eval.nix Normal file
View file

@ -0,0 +1,5 @@
{
int = 123;
str = "foo";
attr.foo = "bar";
}