-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from akirak/ocaml-dotenv
Set the environment in .env file
- Loading branch information
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# The default cache path is immutable when odig is installed using Nix | ||
ODIG_CACHE_DIR="$PWD/_build/default/.odig" | ||
# Using _build directory may not be properly allowed for storing user contents | ||
SHERLODOC_DB="$PWD/_build/default/.sherlodoc.marshal" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
use flake | ||
|
||
# Using _build directory may not be properly allowed for storing user contents | ||
export ODIG_CACHE_DIR="$(pwd)/_build/default/.odig" | ||
export SHERLODOC_DB="$(pwd)/_build/default/.sherlodoc.marshal" | ||
dotenv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters