1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/eval.nix
2022-03-16 21:01:51 +02:00

6 lines
52 B
Nix

{
int = 123;
str = "foo";
attr.foo = "bar";
}