about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-11-20 18:50:14 +0100
committerRaito Bezarius <masterancpp@gmail.com>2023-11-20 18:50:14 +0100
commit389b175993496cf32cbbc8700b97c08d792447b8 (patch)
treec95a19f4f0c9527a0323dabae73703bb9d123319 /pkgs
parent1156cd9e9b57e2f5a11564c6cf64b86b01fae17a (diff)
pkgs/top-level/release: drop nodejs 16 exception
Node.js 16.20.2 was an insecure but cached package, it is not necessary
to keep it anymore as Node.js 16 was dropped.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/release.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index a8e9f397c0bf3..9b5c601415202 100644
--- a/pkgs/top-level/release.nix
+++ b/pkgs/top-level/release.nix
@@ -34,7 +34,6 @@
       # and it will be too much painful for our users to recompile them
       # for no real reason.
       # Remove them for 23.11.
-      "nodejs-16.20.2"
       "openssl-1.1.1w"
     ];
   }; }