feat(dev): use PWD when specifying the viu venv bin path

This commit is contained in:
Benexl
2025-11-20 22:13:36 +03:00
parent 71b668894b
commit 61fcd39188

6
.envrc
View File

@@ -1,6 +1,6 @@
VIU_APP_NAME="viu-dev"
PATH="./.venv/bin/:$PATH"
PATH="$PWD/.venv/bin:$PATH"
export PATH VIU_APP_NAME
if command -v nix >/dev/null;then
use flake
if command -v nix >/dev/null; then
use flake
fi