{ pkgs ? import { } }: pkgs.shell.mkShell { buildInputs = with pkgs; [ ports.libc.dev ports.stdcxx.dev ports.egl_api.dev ports.mesa.dev ]; }