{pkgs ? import {}}: with pkgs; mkShell rec { packages = [gdb clang-tools]; nativeBuildInputs = [ pkg-config gcc gnumake ]; buildInputs = [ glfw3 glm glew ]; LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs; }