Oleg
Oleg
I often switch between published artefacts and their forks via :override-deps aliases, and then use things like "Go to definition" (which uses project classpath) to edit those forks. In case...
OK, that's getting weird... When using "Run with IntelliJ project classpath" if I don't pass "Parameters:" then `clojure.main -r` is called. But if I pass them, then they're duplicated and...
I hoped that I can pass parameters for REBL execution in run config, which would essentially solve the issue for my use cases, but it's not working.
Created a separate issue for mentioned above behaviour. https://github.com/cursive-ide/cursive/issues/2380
On NixOS instead of editing `nix.conf` you should add a setting to `/etc/nixos/configuration.nix`. Beware of security implications of adding yourself to `trusted-users` https://github.com/NixOS/nix/issues/9649#issuecomment-1868001568, better to add `trusted-public-keys` and `substituters`. ```...
@brainrake Thanks, I shouldn't have suggested that indeed: fixed my comment. I don't use `trusted-users` myself anymore for that reason, but I started with that option after seeing comments above...