nodejs-16_x: init at 16.0.0

https://github.com/nodejs/node/releases/tag/v16.0.0
This commit is contained in:
Mario Rodas
2021-04-20 04:20:00 +00:00
parent 4f8cfd1c2e
commit e69cbd222a
2 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{ callPackage, openssl, python3, enableNpm ? true }:
let
buildNodejs = callPackage ./nodejs.nix {
inherit openssl;
python = python3;
};
in
buildNodejs {
inherit enableNpm;
version = "16.0.0";
sha256 = "00mada0vvybizygwhzsq6gcz0m2k864lfiiqqlnw8gcc3q8r1js7";
}