-
I'm trying to use a binary, e.g. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Calling a package from nixpkgs would be impure, too. You could build a wrapper that unsets I prefer to use devShells to manage external dependencies. For example, some language servers can slow you down if you only want to quickly look at something. By having them in devShells, I can easily disable them without having to change my Neovim config. |
Beta Was this translation helpful? Give feedback.
You can do that via plugin configs.
Plugins don't have to be a derivation, they can also be an attrset.