Skip to content
This repository was archived by the owner on May 9, 2026. It is now read-only.

Commit 61fcd39

Browse files
committed
feat(dev): use PWD when specifying the viu venv bin path
1 parent 71b6688 commit 61fcd39

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.envrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VIU_APP_NAME="viu-dev"
2-
PATH="./.venv/bin/:$PATH"
2+
PATH="$PWD/.venv/bin:$PATH"
33
export PATH VIU_APP_NAME
4-
if command -v nix >/dev/null;then
5-
use flake
4+
if command -v nix >/dev/null; then
5+
use flake
66
fi

0 commit comments

Comments
 (0)