You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to build a modified current_examples.opam (from ocurrent), it ends up selecting v0.4 from the public repo.
This is likely because I added another dependency, so it decided the public one was better (cheaper).
Adding an explicit version: field ensured opam2nix would only select that version, but then I also had to replace instances of the version opam variable with a literal "0.4".
The text was updated successfully, but these errors were encountered:
Trying to build a modified
current_examples.opam
(fromocurrent
), it ends up selecting v0.4 from the public repo.This is likely because I added another dependency, so it decided the public one was better (cheaper).
Adding an explicit
version:
field ensured opam2nix would only select that version, but then I also had to replace instances of theversion
opam variable with a literal"0.4"
.The text was updated successfully, but these errors were encountered: