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