summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-11-17 23:26:13 +0100
committerGitHub <noreply@github.com>2023-11-17 23:26:13 +0100
commitd3530f494c46d7004901cc1950f6601b2e221dbf (patch)
tree7f898ee3d996c784014b0ff40192411f7e09fb4d /nixos/doc
parent0302e118e5634b97c6f4c4f5add028f866ae6a4e (diff)
parent7d0e6984c6f8aac8360e1778d39ea2877278a7b4 (diff)
downloadnixpkgs-d3530f494c46d7004901cc1950f6601b2e221dbf.tar
nixpkgs-d3530f494c46d7004901cc1950f6601b2e221dbf.tar.gz
nixpkgs-d3530f494c46d7004901cc1950f6601b2e221dbf.tar.bz2
nixpkgs-d3530f494c46d7004901cc1950f6601b2e221dbf.tar.lz
nixpkgs-d3530f494c46d7004901cc1950f6601b2e221dbf.tar.xz
nixpkgs-d3530f494c46d7004901cc1950f6601b2e221dbf.tar.zst
nixpkgs-d3530f494c46d7004901cc1950f6601b2e221dbf.zip
Merge pull request #264358 from RaitoBezarius/drop-nodejs
Diffstat (limited to 'nixos/doc')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index e5e4e713ae2..d12695e20de 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -550,6 +550,10 @@ The module update takes care of the new config syntax and the data itself (user
 
 ## Nixpkgs internals {#sec-release-23.11-nixpkgs-internals}
 
+- Node.js v14, v16 has been removed as they were end of life. Any dependent packages that contributors were not able to reasonably upgrade were dropped after a month of notice to their maintainers, were **removed**.
+  - This includes VSCode Server.
+  - This includes Kibana 7 as the ELK stack is unmaintained in nixpkgs and is marked for slow removal.
+
 - The use of `sourceRoot = "source";`, `sourceRoot = "source/subdir";`, and similar lines in package derivations using the default `unpackPhase` is deprecated as it requires `unpackPhase` to always produce a directory named "source". Use `sourceRoot = src.name`, `sourceRoot = "${src.name}/subdir";`, or `setSourceRoot = "sourceRoot=$(echo */subdir)";` or similar instead.
 
 - The `django` alias in the python package set was upgraded to Django 4.x.