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

let {

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