{ pkgs }: pkgs.mkShell { buildInputs = with pkgs; [ g++ gcc python3 nodejs_24 # Rust cargo rustc # Tools ripgrep ]; }