tweag / opam-nix

Turn opam-based OCaml projects into Nix derivations
MIT License
111 stars 33 forks source link

convert overrideScope' => overrideScope #95

Closed henrytill closed 2 weeks ago

henrytill commented 2 weeks ago

After updating this flake's inputs, we start to see:

evaluation warning: `overrideScope'` (from `lib.makeScope`) has been renamed to `overrideScope`.
evaluation warning: `overrideScope'` (from `lib.makeScope`) has been renamed to `overrideScope`.
evaluation warning: `overrideScope'` (from `lib.makeScope`) has been renamed to `overrideScope`.

This PR updates the flake inputs and changes all uses of overrideScope' to overrideScope.

I have tested it with a couple of my projects, and it seems to be working fine.

balsoft commented 2 weeks ago

Thanks!