diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-21 22:58:41 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-21 22:58:41 +0100 |
commit | 7cc3e3cca0de6638625e2997002f78cfd8e03294 (patch) | |
tree | 55e0f00c2aacb136da29f431cff30e32f7ea7830 | |
parent | fix(crates/libmpv2/mpv): Log the setting of properties (diff) | |
download | yt-7cc3e3cca0de6638625e2997002f78cfd8e03294.zip |
build(flake): Add `ffmpeg` to the devshell
`yt-dlp` searches for this in the PATH.
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index c5a2fe6..18a5f62 100644 --- a/flake.nix +++ b/flake.nix @@ -102,6 +102,7 @@ # yt_dlp python pkgs.jq + pkgs.ffmpeg # Tree-sitter pkgs.nodejs |