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