mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
nodejs_latest: init at v12
This commit is contained in:
parent
36dfdccb38
commit
c095548f99
1 changed files with 3 additions and 0 deletions
|
@ -4185,6 +4185,9 @@ in
|
|||
openssl = openssl_1_1;
|
||||
};
|
||||
|
||||
# Update this when adding the newest nodejs major version!
|
||||
nodejs_latest = nodejs-12_x;
|
||||
|
||||
nodePackages_10_x = dontRecurseIntoAttrs (callPackage ../development/node-packages/default-v10.nix {
|
||||
nodejs = pkgs.nodejs-10_x;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue