Domen Kožar
Domen Kožar
needs `devenv update`.
It seems there are two requests here: a) supporting other package managers than `npm`, which we support now as per examples in https://github.com/cachix/devenv/tree/main/examples b) supporting local overlays which we already...
Then we should always override that they use the canonical `package` of nodejs
@ankhers maybe we can do something like @sandydoo suggested: ```nix { languages.elixir.lsp.enable = true; languages.elixir.lsp.package = "lexical"; } ``` Where `package` would be an enum or types.package
I'm not sure it makes sense to make the API complicated for the use case of running two LSP for a language. `types.package` is there so that you can override...
@ankhers shall we use next-ls?
waiting for the fix to reach https://github.com/NixOS/nixpkgs/pull/346720
Still need to wait to hit master
Seems like it was reverted: https://github.com/NixOS/nixpkgs/pull/354547
next iteration: https://github.com/NixOS/nixpkgs/pull/354270