{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ vorbis-tools flac ffmpeg unixtools.xxd exiftool ]; }