Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
with import ./lib.nix;
concat (map (x: x + "bar") [ "foo" "bla" "xyzzy" ])