Commit fd918d34 authored by Mario Rodas's avatar Mario Rodas
Browse files

nodejs-15_x: remove expression

Node.js 15 has reached EOL on June 1, 2021.
parent 4f90b61a
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
{ callPackage, icu68, python3, enableNpm ? true }:

let
  buildNodejs = callPackage ./nodejs.nix {
    icu = icu68;
    python = python3;
  };
in
  buildNodejs {
    inherit enableNpm;
    version = "15.14.0";
    sha256 = "0vm6jdazqjd1plqsgngzvjrafv2d3mdahk6il4ray02gx97dq8l1";
  }