nodejs-15_x: remove expression
Node.js 15 has reached EOL on June 1, 2021.
This commit is contained in:
parent
4f90b61a11
commit
fd918d34bd
1 changed files with 0 additions and 13 deletions
|
@ -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";
|
||||
}
|
Loading…
Reference in a new issue