{pkgs ? import {}}: let bin = pkgs.callPackage ./default.nix {}; in pkgs.mkShell { name = "bulk-transcode"; inputsFrom = [bin]; }