about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-observe-infinite-attrs.nix
blob: 684c88f80067bdf7d1280f19937a7d76d683110e (plain) (blame)
1
2
3
4
# The below attribute set is infinitely large, but we should be able
# to observe it as long as we don't access its entire value.

let as = { x = 123; y = as; }; in builtins.attrNames as.y.y