Preface: I am a newcomer and a Linux enthusiast without much programming experience. I am a biologist.
The question is how to enable NixOS to allow a package of interest to install plugins that would otherwise be installed by the application’s “updater.”
I reviewed posts asking about something similar to my case (e.g., vim plugins), but I cannot see the connection to my particular package: fiji an image analysis program written in java.
Expected Outcome:
The application’s built-in updater will search a remote central database and download and install updated plugins.
Actual:
When I add pkgs.fiji to my configuration.nix file, the program launches and runs well, but using the built-in updater in NixOS returns a message “no read access”.
I want to learn Nix, so I’d be most grateful if someone had suggestions that could point me in the right direction.