| 23 Nov 2023 |
Wanja Hentze | I tried a bunch of combinations before arriving at this one | 01:05:00 |
@adis:blad.is | That's expected, though perhaps not entirely clear. | 01:07:46 |
@ThorHop:matrix.org | Scwooly! So I want to get the astrojs language-server running through Kate LSP, but it isn't available in nixpkgs. What would be the easiest way to get a nodejs package in path? Is there a way to make global installs (i.e npm i -g) to install into a user path? Would it be better to just copy-paste another language-server nix definition? | 17:22:34 |
Marie | the astro language server is in nixpkgs: nodePackages."@astrojs/language-server" | 17:28:52 |
| @ThorHop:matrix.org changed their display name from hopland (flaky frank) to hopland (evil entrepeneur). | 17:30:24 |
| @ThorHop:matrix.org changed their display name from hopland (evil entrepeneur) to hopland (nixpkgs-rolling when). | 18:25:13 |
@ThorHop:matrix.org | In reply to @marie:marie.cologne the astro language server is in nixpkgs: nodePackages."@astrojs/language-server" Thanks :D didn't know that. Also, had to remove with pkgs.nodePackages; to get it to work :/ so every line has pkgs.nodePackages now ^^; Dangit! And I got my nix files all nice and clean. But it's installed, now I just need to get it working. Again: Thanks! ^^ | 19:46:55 |
| 24 Nov 2023 |
@ambroisie:belanyi.fr | Hey 👋 Anybody happen to have fixed this issue before:
Error: Cannot find module '@rollup/rollup-linux-x64-gnu'
| 18:35:55 |