diff options
-rw-r--r-- | .envrc | 1 | ||||
-rw-r--r-- | .gitignore | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,5 @@ use guix layout opam +dotenv # OCaml needs this to locate some shims. export OCAMLPATH=$OPAM_SWITCH_PREFIX/lib:$OCAMLPATH @@ -1,3 +1,5 @@ +.env + ## OCaml *.annot *.cmo |