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