You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
295B

  1. providers = ['python']
  2. [phases.setup]
  3. nixPkgs = ['python310']
  4. cmds = ['apt-get update','apt-get install -y --no-install-recommends ffmpeg espeak libavcodec-extra','python -m venv /opt/venv && . /opt/venv/bin/activate && pip install -r requirements-optional.txt']
  5. [start]
  6. cmd = "python ./app.py"