Commit f68ae132 authored by ajs124's avatar ajs124
Browse files

nodejs_16: also mark EOL

because it will reach its EOL 2023-09-11, before the EOL of NixOS 23.05
parent f75ad820
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -197,7 +197,7 @@ let
      maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
      platforms = platforms.linux ++ platforms.darwin;
      mainProgram = "node";
      knownVulnerabilities = optional (versionOlder version "16") "This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.";
      knownVulnerabilities = optional (versionOlder version "18") "This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.";
    };

    passthru.python = python; # to ensure nodeEnv uses the same version