Hello, the example usage code snippet in README throws an error. The version syntax has likely changed.
The readme contains { version = "julia_19" } but it should be { version = "1.9.0" } instead. The available versions, which are listed in julia.nix, could be listed or linked in the readme as well. Otherwise a really useful project :)
Hello, the example usage code snippet in README throws an error. The version syntax has likely changed. The readme contains
{ version = "julia_19" }
but it should be{ version = "1.9.0" }
instead. The available versions, which are listed injulia.nix
, could be listed or linked in the readme as well. Otherwise a really useful project :)