{ outputs = { self }: { overlays.default = ( final: prev: { fetchYarnDepsV2 = final.callPackage ./yarn.nix { }; } ); }; }