{ pkgs ? import {} }: pkgs.mkShell { name = "OCIS deployment helpers"; nativeBuildInputs = with pkgs.buildPackages; [ openssl python3 jq doctl ]; }