{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.jsonnet pkgs.drone-cli ]; }