Skip to content

Commit 3cd5f22

Browse files
committed
chore(package.nix): ffmpeg-full -> ffmpeg
1 parent 6370750 commit 3cd5f22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
buildGoModule,
33
makeWrapper,
44
yt-dlp,
5-
ffmpeg-full,
5+
ffmpeg,
66
gifski,
77
lib,
88
...
@@ -27,7 +27,7 @@
2727
wrapProgram "$out/bin/dis" \
2828
--prefix PATH : ${
2929
lib.makeBinPath [
30-
ffmpeg-full
30+
ffmpeg
3131
yt-dlp
3232
gifski
3333
]

0 commit comments

Comments
 (0)