Do not use layout python but project-local direnv

This commit is contained in:
heyarne 2022-08-09 09:39:59 +02:00
commit c5d27e0af9

4
.envrc
View file

@ -1,2 +1,4 @@
use flake
layout python
export POETRY_VIRTALENVS_IN_PROJECT=1
[ -d .venv ] && source .venv/bin/activate