about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-builtins-to-path-propagate-catchable.nix
map (e: (builtins.tryEval (builtins.toPath e)).success) [
  (builtins.throw "a")
  (./xyz + (builtins.throw "p"))
  # FIXME: test derivations and files.
]