Skip to content

Commit

Permalink
Move direnv script into env
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Dec 18, 2024
1 parent 0128073 commit 695521c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .flox/env/manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [[ -t 0 ]] && [ ! -d "$DIRENV_DIR" ] && [ ! -f "$FLOX_ENV_CACHE/.hush-direnv"
👉 Use direnv (https://direnv.net) for automatic activation of this environment by your shell.
❓ Would you like direnv to be set up now? (y/n, default: y)" -n 1 -r
if [[ $REPLY =~ ^[Yy]$ || -z $REPLY ]]; then
$FLOX_ENV_CACHE/../bin/direnv-setup.sh
$FLOX_ENV_CACHE/../env/direnv-setup.sh
else
echo "⏭️ Skipping direnv setup. This message will not be shown again, but if you change your mind, just run '.flox/bin/direnv-setup.sh'"
touch $FLOX_ENV_CACHE/.hush-direnv
Expand Down
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/env
venv
env
.venv
*.pyc
__pycache__/
Expand All @@ -12,7 +12,6 @@ debug.log
*.swo
node_modules/
*.code-workspace
node_modules
.mypy_cache
frontend/.cache/
frontend/dist/
Expand Down Expand Up @@ -76,4 +75,4 @@ pyrightconfig.json
.temporal-worker-settings
temp_test_run_data.json
.temp-deepeval-cache.json
.eslintcache
.eslintcache

0 comments on commit 695521c

Please sign in to comment.