summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--overlays/abs-podcast-autoplaylist/.envrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/overlays/abs-podcast-autoplaylist/.envrc b/overlays/abs-podcast-autoplaylist/.envrc
index 614f66b3..2c909235 100644
--- a/overlays/abs-podcast-autoplaylist/.envrc
+++ b/overlays/abs-podcast-autoplaylist/.envrc
@@ -1,3 +1,4 @@
1use flake 1use flake
2export VIRTUAL_ENV=."venv" 2
3layout python 3[[ -d ".venv" ]] || ( uv venv && uv sync )
4. .venv/bin/activate