flesh/.envrc
Clombrong 6bcc3ef62f init: Oh no. This one is real.
add README and COPYING license files
instantiate all dune stanzas
setup dune with guix shell and direnv, using merlin for project setup
2025-04-22 12:39:03 +02:00

5 lines
216 B
Bash

eval $(guix shell --search-paths)
eval $(opam env)
# OCaml needs this to locate some shims.
export OCAMLPATH=$OPAM_SWITCH_PREFIX/lib:$OCAMLPATH
export EMACSLOADPATH="$(opam var share)/emacs/site-lisp:$EMACSLOADPATH"