Cannot create window in Kotlin with opengl(ish)

I’m trying to run this but am getting an exception:

Exception in thread "main" java.lang.IllegalStateException: primary window could not be created
        at org.openrndr.internal.gl3.ApplicationGLFWGL3.createPrimaryWindow(ApplicationGLFWGL3.kt:567)

It seems to be relying on the same libs as PrismLauncher, and as far as I can tell, that’s just downloading unpatched upstream jars.

Environment flake
System config

Any help appreciated

So apparently I’ve broken glxinfo as well. Fun

So it works if wrapped in nixgl, so I’m calling that a solution for now