Closed frekw closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Fixed by removing this Reason patch from my build via an overlay:
ocamlPackages = super.ocaml-ng.ocamlPackages_5_1.overrideScope' (
oself: osuper: {
reason = osuper.reason.overrideAttrs (o: {
patches = [ ];
});
}```
Builds on top of #507.