1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 23:11:16 +02:00
nix/tests/eval.nix
2022-03-16 21:01:51 +02:00

5 lines
52 B
Nix

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