Merge pull request #60130 from lo1tuma/nodejs-12_staging
nodejs-12_x: init at 12.0.0
This commit is contained in:
10
pkgs/development/web/nodejs/v12.nix
Normal file
10
pkgs/development/web/nodejs/v12.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ stdenv, callPackage, lib, openssl, enableNpm ? true }:
|
||||
|
||||
let
|
||||
buildNodejs = callPackage ./nodejs.nix { inherit openssl; };
|
||||
in
|
||||
buildNodejs {
|
||||
inherit enableNpm;
|
||||
version = "12.0.0";
|
||||
sha256 = "0y7wrf7id3zawfgqcscbbxmll4h1ij7mwxms14wcywfswm88bi4k";
|
||||
}
|
||||
Reference in New Issue
Block a user