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:
parent
a5c969db49
commit
4f8ad41d4e
3 changed files with 35 additions and 0 deletions
5
tests/eval.nix
Normal file
5
tests/eval.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
int = 123;
|
||||
str = "foo";
|
||||
attr.foo = "bar";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue