Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ recurseIntoAttrs, runTest }:
recurseIntoAttrs {
kubo = runTest ./kubo.nix;
kubo-fuse = runTest ./kubo-fuse.nix;
}