{pkgs ? import {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ glfw glew gcc zsh exa pkg-config ]; }