{ pkgs ? import {}}: pkgs.mkShell { buildInputs = with pkgs; [ cassandra-cpp-driver zlib libuv openssl.dev pkg-config ]; }