Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# To run these tests:
# nix-build -A tests.hooks
{ stdenv, tests, lib }:
{
default-stdenv-hooks = lib.recurseIntoAttrs tests.stdenv.hooks;
}