{ mkShell, clang-tools, raylib, gnumake, pkg-config, }: mkShell { strictDeps = true; buildInputs = [ clang-tools raylib gnumake pkg-config ]; }