about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/disabled-identity-nested-attrs.nix
blob: f8dacf3e084a74b9067b3bcebdcc3fbf79be50a3 (plain) (blame)
1
2
3
# TODO: temporarily disabled because need "strict output" (b is
# thunked)
{ a = { b = null; }; }