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