about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index c90fca4..770105e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,6 +33,8 @@
       mpv-unwrapped.dev
       libffi
       openssl
+      zlib
+      curl.dev
     ];
 
     nativeBuildInputs = with pkgs; [
@@ -101,9 +103,8 @@
         pkgs.sqlite-interactive
 
         # yt_dlp
-        pkgs.yt-dlp
         pkgs.python3Packages.yt-dlp
-        pkgs.python3
+        pkgs.python3Packages.chardet
         pkgs.jq
         pkgs.ffmpeg