define static location for yt-dlp binary

This commit is contained in:
2026-02-12 23:27:02 -05:00
parent a2a0aabb3a
commit 600fde2e71
2 changed files with 7 additions and 0 deletions

View File

@@ -46,6 +46,8 @@
.venv/bin/pip install -r ./app/requirements.txt
source .venv/bin/activate
fi
export YTDLP_BIN=${pkgs.lib.getExe pkgs.yt-dlp}
'';
};
});