It is possible right now…
It is possible right now to include other languages in an Nx monorepo, but you’d have to manage the dependency graph for the non ts/js projects yourself. You can specify them manually with implicit-dependencies in the nx.json file.
To build/lint/etc the other languages, you can use the run-commands
builder to execute an arbitrary terminal command.