This commit is contained in:
Mylloon 2022-11-06 14:24:36 +01:00
parent 5f35f09b1e
commit d294f6dc19
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -203,7 +203,7 @@ then
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
# Add Opam packages from OCaml
fish -c "fish_add_path /home/anri/.opam/default/bin"
fish -c "fish_add_path $HOME/.opam/default/bin"
# Fix dlllwt_unix_stubs.so shared object file
fish -c "set -Ux CAML_LD_LIBRARY_PATH $(opam var stublibs)"