Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{}: { six = builtins.foldl' (x: y: x + y) 0 [ 1 2 3 ]; }