From a610a77721aa8e0f72930d366d067f5c522a3028 Mon Sep 17 00:00:00 2001 From: Ruowen Qin Date: Mon, 2 Jun 2025 10:35:17 +0800 Subject: [PATCH] chore(nix): use ffmpeg instead of ffmpegthumbnailer (#1928) Replace ffmpegthumbnailer with ffmpeg for generating previews, bringing the Nix build in line with changes introduced in commit 0f9a3195 (feat!: video spotter & use ffmpeg as previewer backend). Signed-off-by: Ruowen Qin --- nix/yazi.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/yazi.nix b/nix/yazi.nix index f64f61e8..b016134b 100644 --- a/nix/yazi.nix +++ b/nix/yazi.nix @@ -14,7 +14,7 @@ jq, poppler_utils, _7zz, - ffmpegthumbnailer, + ffmpeg, fd, ripgrep, fzf, @@ -40,7 +40,7 @@ let jq poppler_utils _7zz - ffmpegthumbnailer + ffmpeg fd ripgrep fzf