nodejs-15_x: remove expression

Node.js 15 has reached EOL on June 1, 2021.
This commit is contained in:
Mario Rodas 2021-07-01 04:20:00 +00:00
parent 4f90b61a11
commit fd918d34bd

View file

@ -1,13 +0,0 @@
{ callPackage, icu68, python3, enableNpm ? true }:
let
buildNodejs = callPackage ./nodejs.nix {
icu = icu68;
python = python3;
};
in
buildNodejs {
inherit enableNpm;
version = "15.14.0";
sha256 = "0vm6jdazqjd1plqsgngzvjrafv2d3mdahk6il4ray02gx97dq8l1";
}