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