nixos/doc/rl-2411: drop nodePackages.vscode-*-bin

Packages dropped:
* nodePackages.vscode-css-languageserver-bin
* nodePackages.vscode-json-languageserver-bin
* nodePackages.vscode-html-languageserver-bin
This commit is contained in:
Tomodachi94 2024-06-26 01:29:02 -07:00
parent c029fda1fa
commit 5912dfd17c
No known key found for this signature in database
GPG Key ID: 2E275F21C4D554A3

View File

@ -81,6 +81,10 @@
- Android NDK version 26 and SDK version 33 are now the default versions used for cross compilation to android.
- `nodePackages.vscode-css-languageserver-bin`, `nodePackages.vscode-html-languageserver-bin`,
and `nodePackages.vscode-json-languageserver-bin` were dropped due to an unmaintained upstream.
The `vscode-langservers-extracted` package is a maintained drop-in replacement.
- `haskell.lib.compose.justStaticExecutables` now disallows references to GHC in the
output by default, to alert users to closure size issues caused by
[#164630](https://github.com/NixOS/nixpkgs/issues/164630). See ["Packaging