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