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
Looks like JavaFX does not support nixos?
hmm, maybe I could run it as a docker container instead