fix: nix local dev with tui

This commit is contained in:
Ari Lotter 2026-04-13 15:09:31 -04:00
parent 0642b6cc53
commit 56524bb1d9

View file

@ -89,6 +89,7 @@
echo "$STAMP_VALUE" > "$STAMP" echo "$STAMP_VALUE" > "$STAMP"
else else
source .venv/bin/activate source .venv/bin/activate
export HERMES_PYTHON=${hermesVenv}/bin/python3
fi fi
''; '';