Hello
I am trying create a shell.nix file that will configure my entire development environment. I am having problem with nrfutil though. I have managed to download nrfutil as well as nrf5sdk-tools that I need to package them with a nix file. I use the NRFUTIL_HOME environment variable to control where it looks for its files so it looks in the nix store instead of in the ~/.nrfutil.
However, nrfutil by default want to write it's log file in $NRFUTIL_HOME/logs, but in my case that's an immutable path. Is it possible to somehow tell nrfutil to write it's logfile elsewhere? With an environment variable or with a command line argument?