Hi all! I am trying NixOS as my main OS. As a developer, I use Vim, and vimspector.
I’m using home-manager (as a module) and I’m having a hard time installing the vimspector gadgets and I can’t find any interesting resources on the Internet.
Adapters are usually installed using the :VimspectorInstall <adapter> <args...>
command. Trying this, I get this error:
OSError: [Errno 30] Read-only file system: '/nix/store/y3za4lza5pfl82k5frb2haz1cf4x3a5b-vimplugin-vimspector-2023-05-09/gadgets'
I’ve looked on the NixOS documentation, on the option’s appendix and even on YouTube but nothing.
If you’ve got a clue, I’d love to hear from you!
Thanks a lot!