about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/identity-nested-attrs.nix
blob: 6a139452ef283e77e813f590021320166828eeaf (plain) (blame)
1
{ a = { b = null; }; }