with import { }; stdenv.mkDerivation { name = "dev-environment"; buildInputs = [ pkg-config openssl ]; }