{ pkgs ? import { }, }: pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ rustup pkg-config openssl pulseaudio ]; }