about summary refs log tree commit diff
path: root/tvix/eval/src/tests/tvix_tests/eval-okay-simple-with.nix
blob: 64962b50ff6376d7dae87e99c10c3ca3d1d3f583 (plain) (blame)
1
2
3
4
5
let
  set = {
    a = 1;
  };
in with set; a