1 2 3 4 5
with import <nixpkgs> {}; mkShell { buildInputs = [ pkg-config openssl zlib postgresql ]; }