From 389b175993496cf32cbbc8700b97c08d792447b8 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Mon, 20 Nov 2023 18:50:14 +0100 Subject: [PATCH] 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. --- pkgs/top-level/release.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index a8e9f397c0bf..9b5c60141520 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" ]; }; }