How do I use custom opam repository? #96
-
Hey, thanks for making such an awesome project! I'm fairly new to nix, so I've probably made some simple errors, I am trying to use the To do this Imperatively using opam I would run the following: This is what I have as my nix flake:
I don't get any errors running the nix-shell but I don't seem to have any ocaml binaries (eg. ocaml, ocamlc, ocamlopt...). Any help would be greatly appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
This seems to be correctly done. Maybe you need to be running |
Beta Was this translation helpful? Give feedback.
I've tinkered with this for a bit and it seems that the
with-extensions
repo is pretty hacky sadly. I've had to add some overrides to getocaml-variants
building, and then buildocamlformat=0.26.2+jst
with it: