mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/music-assistant: use headless ffmpeg to reduce closure size
This commit is contained in:
parent
184f35f212
commit
5238e27c7d
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ in
|
|||
]
|
||||
++ lib.optionals useYTMusic [
|
||||
deno
|
||||
ffmpeg
|
||||
ffmpeg-headless
|
||||
];
|
||||
|
||||
serviceConfig = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue