Skip to content

Commit 1371842

Browse files
committed
build: test fix
1 parent 766cf9b commit 1371842

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.envrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
if command -v pyenv >/dev/null 2>&1; then
2+
echo "alpha"
23
layout pyenv $(cat runtimes.txt)
34
elif command -v nix >/dev/null 2>&1; then
5+
echo "beta"
46
use flake
57
layout python python3.14
68
watch_file external/**
9+
else
10+
echo "gamma"
711
fi

0 commit comments

Comments
 (0)