mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-05 20:40:09 -08:00
7 lines
126 B
Bash
7 lines
126 B
Bash
VIU_APP_NAME="viu-dev"
|
|
PATH="$PWD/.venv/bin:$PATH"
|
|
export PATH VIU_APP_NAME
|
|
if command -v nix >/dev/null; then
|
|
use flake
|
|
fi
|