{ pkgs ? import {} }: pkgs.mkShell { buildInputs = [ pkgs.gcc pkgs.libGL pkgs.pkg-config pkgs.wayland ]; LD_LIBRARY_PATH="${pkgs.libGL}/lib"; }