about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-21 22:58:41 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-02-21 22:58:41 +0100
commit7cc3e3cca0de6638625e2997002f78cfd8e03294 (patch)
tree55e0f00c2aacb136da29f431cff30e32f7ea7830 /flake.nix
parentfix(crates/libmpv2/mpv): Log the setting of properties (diff)
downloadyt-7cc3e3cca0de6638625e2997002f78cfd8e03294.zip
build(flake): Add `ffmpeg` to the devshell
`yt-dlp` searches for this in the PATH.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
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