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