1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-13 14:02:42 +01:00
nix/tests/lang/parse-okay-nested-attrs.nix
2018-04-17 09:13:01 +02:00

4 lines
43 B
Nix

{
x = { y = 3; z = 3; };
x.q = 3;
}