aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.envrc1
-rw-r--r--.gitignore2
2 files changed, 3 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index 5c2e15e..8095085 100644
--- a/.envrc
+++ b/.envrc
@@ -1,4 +1,5 @@
use guix
layout opam
+dotenv
# OCaml needs this to locate some shims.
export OCAMLPATH=$OPAM_SWITCH_PREFIX/lib:$OCAMLPATH
diff --git a/.gitignore b/.gitignore
index 1d82412..0bcdb58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+.env
+
## OCaml
*.annot
*.cmo