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