{ pkgs ? import { } }: pkgs.mkShell { buildInputs = with pkgs; [ rustc rust-analyzer rustfmt clippy cargo openssl pkg-config ]; }