Skip to content

Commit

Permalink
add .envrc fir direnv integration
Browse files Browse the repository at this point in the history
  • Loading branch information
DavHau committed Jan 12, 2024
1 parent 75d509e commit bc82e86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
use flake
watch_file .envrc.local
[[ -f .envrc.local ]] && source_env .envrc.local
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,6 @@ result-*

# Mac OS
.DS_Store

# direnv
.direnv

0 comments on commit bc82e86

Please sign in to comment.