{ pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ libGL xorg.libX11 libGLU glfw ffmpeg]; shellHook="make -j"; }