about summary refs log tree commit diff
path: root/tvix/cli/tests/six.nix
{}: { six = builtins.foldl' (x: y: x + y) 0 [ 1 2 3 ]; }