Skip to content

Commit

Permalink
chore: flake direnv hook
Browse files Browse the repository at this point in the history
  • Loading branch information
sandipndev committed Feb 9, 2024
1 parent 9e15ac5 commit 5041f74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
if [ -f ".env.local" ]; then
dotenv .env.local
fi

use flake .
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ yalc.lock
*.log

.env
.envrc
.dependencies
ios/assets
ios/GaloyApp/assets
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
shellHook = ''
export HOST_PROJECT_PATH="$(pwd)"
export COMPOSE_PROJECT_NAME=galoy-quickstart
export GALOY_QUICKSTART_PATH="dev/vendor/galoy-quickstart"
'';
};

Expand Down

0 comments on commit 5041f74

Please sign in to comment.