about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-16 13:49:02 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-16 13:49:02 +0200
commit1b8113a72161e5d5f1f7a8328265f8075fc3491a (patch)
tree20d3f8a8fdd36c213dae3c01daca7f510120b336
parentbuild(package/package.nix): Update to the new build requirements (diff)
downloadyt-1b8113a72161e5d5f1f7a8328265f8075fc3491a.zip
build(.envrc): Also disable ytdlp plugins by default
-rw-r--r--.envrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.envrc b/.envrc
index 213dcab..bac1203 100644
--- a/.envrc
+++ b/.envrc
@@ -20,3 +20,6 @@ PATH_add ./target/release
 PATH_add ./target/profiling
 
 export DATABASE_URL="sqlite://$root/target/database.sqlx"
+
+# Plugins are not supported.
+export YTDLP_NO_PLUGINS=1