{ pkgs ? import {}}: pkgs.mkShell { buildInputs = with pkgs; [ openssl postgresql pkg-config diesel-cli ]; }