{ pkgs ? import {} }: pkgs.mkShell { propagatedNativeBuildInputs = with pkgs; [ flex bison clang ]; }