cljfx

https://github.com/cljfx/cljfx
2019-06-08T10:09:39.007700Z

So I have a project that I'm working on which uses cljfx, but when I tried running it on my laptop I got an error which I think is related to JavaFX. I'm running Clojure 1.10 and Java 11.0.3-internal OpenJDK 64-Bit on NixOS 19.03. Here is the stack trace: https://pastebin.com/cuCDW2Ty

vlaaad 2019-06-08T10:12:38.007800Z

Looks like JavaFX does not support nixos?

2019-06-08T19:25:04.008200Z

hmm, maybe I could run it as a docker container instead