{pkgs ? import {}}: pkgs.mkShell { packages = with pkgs; [ gnumake pkg-config gcc raylib glfw lua5_4 fontconfig expat ]; }