| 3 Mar 2026 |
dish [Fox/It/She] | In reply to @emilazy:matrix.org I suppose it means dropping node2nix which could be worth a highlight I'll just mention that node2nix has been dropped in the release note about nodePackages. | 22:13:59 |
emily | yeah, distinguishing between throw aliases and warnings here | 22:14:01 |
emily | especially since that would involve backporting warnings to stable which would be weird for multiplereasons | 22:14:22 |
Aaron Hall | What should I do here?:
#### Node and Javascript:
nodejs
deno
] ++ (with nodePackages; [
npm
typescript
typescript-language-server
] ++.
| 22:14:52 |
Aaron Hall | * What should I do here?:
#### Node and Javascript:
nodejs
deno
] ++ (with nodePackages; [
npm
typescript
typescript-language-server
] ++...
| 22:16:15 |
Aaron Hall | * What should I do here?:
#### Node and Javascript:
nodejs
deno
] ++ (with nodePackages; [
npm
typescript
typescript-language-server
] ++...
| 22:16:28 |
Aaron Hall | Maybe we should go ahead and add deprecation warnings? | 22:18:08 |
Aaron Hall | If we know it's going away, probably better to do it sooner than later. | 22:18:42 |
dish [Fox/It/She] | nodePackages.npm doesn't exist since npm is included in nodejs.
the other two have top-level attributes(i.e pkgs.typescript instead of pkgs.nodePackages.typescript) | 22:20:06 |
dish [Fox/It/She] | In reply to @aaronchallmba:matrix.org If we know it's going away, probably better to do it sooner than later. Yes, I'm removing it now. Definitely agree sooner is better. | 22:20:42 |
Aaron Hall | of course I mean doing deprecation warnings in 25.11 now | 22:22:26 |