about summary refs log tree commit diff
path: root/tvix/eval/src/tests/nix_tests/eval-okay-list.nix
with import ./lib.nix;

let {

  body = concat ["foo" "bar" "bla" "test"];
    
}