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