summary refs log tree commit diff
path: root/nixos/doc
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-11-04 18:20:16 +0100
committerRaito Bezarius <masterancpp@gmail.com>2023-11-17 20:26:55 +0100
commit7d0e6984c6f8aac8360e1778d39ea2877278a7b4 (patch)
treecadf9fdb17532c23c900f8ca35f8729c66c7ddfc /nixos/doc
parent72911a99d34a4d290671728d40016ba5254f72fe (diff)
downloadnixpkgs-7d0e6984c6f8aac8360e1778d39ea2877278a7b4.tar
nixpkgs-7d0e6984c6f8aac8360e1778d39ea2877278a7b4.tar.gz
nixpkgs-7d0e6984c6f8aac8360e1778d39ea2877278a7b4.tar.bz2
nixpkgs-7d0e6984c6f8aac8360e1778d39ea2877278a7b4.tar.lz
nixpkgs-7d0e6984c6f8aac8360e1778d39ea2877278a7b4.tar.xz
nixpkgs-7d0e6984c6f8aac8360e1778d39ea2877278a7b4.tar.zst
nixpkgs-7d0e6984c6f8aac8360e1778d39ea2877278a7b4.zip
rl-2311: explain how dependent packages were removed due to Node.js drop
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 1dbc33f2373..c00f60107fc 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -547,6 +547,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.