I am trying to use ffmpeg. It is working in firebase studio but it does not work after rollout.
{pkgs}: {
# Which nixpkgs channel to use.
channel = "stable-24.11"; # or "unstable"
# Use https://search.nixos.org/packages to find packages
packages = [
pkgs.nodejs_20
pkgs.ffmpeg
];