nodejs-16_x: init at 16.0.0
https://github.com/nodejs/node/releases/tag/v16.0.0
This commit is contained in:
13
pkgs/development/web/nodejs/v16.nix
Normal file
13
pkgs/development/web/nodejs/v16.nix
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user