tarides/opam-monorepo

Missing x-opam-monorepo-duniverse-dirs field in opam-monorepo lockfile

ddickstein opened this issue · 1 comments

In opam-monorepo for 4.13, after I run dune build and opam monorepo lock, running opam monorepo pull fails because I'm missing x-opam-monorepo-duniverse-dirs field in opam-monorepo lockfile. It looks like this was added recently but doesn't seem to be documented. What do I need to do to successfully pull?

Never mind; the issue here was that I wasn't enumerating dependencies properly in the dune-project file.