1 2 3 4 5 6
with import <nixpkgs> {}; mkShell { name = "walint-shell"; buildInputs = [ pkg-config openssl openssl.dev zlib zlib.dev ]; }