Skip to content

Commit

Permalink
use .envrc.local in bw repo as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Jan 12, 2025
1 parent c02cc86 commit 5142285
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ if has lorri; then
eval "$(lorri direnv)"
fi

if [[ -f .envrc.local ]]; then
source_env .envrc.local
fi
source_env_if_exists .envrc.local
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ nixos/.deploy-gc
nixos/result
bundlewrap/.direnv
.vscode
.direnv
2 changes: 2 additions & 0 deletions bundlewrap/.envrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
use flake

source_env_if_exists .envrc.local

0 comments on commit 5142285

Please sign in to comment.