{ pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs; [ rustc cargo gpgme openssl openssl.dev git woodpecker-cli pkg-config ]; }