9 lines
244 B
TOML
9 lines
244 B
TOML
[phases.setup]
|
|
nixPkgs = ['...', 'git', 'wget', 'ffmpeg', 'mediainfo']
|
|
|
|
[phases.install]
|
|
cmds = ["python -m venv --copies /opt/venv && . /opt/venv/bin/activate && pip install --no-cache-dir -r requirements.txt"]
|
|
|
|
[start]
|
|
cmd = "python main.py"
|