{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.liquidsoap pkgs.yt-dlp ]; }