update to nodejs 22
Version 18 is no longer supported. Version 22 is the current LTS release.
This commit is contained in:
parent
9808a5e5d4
commit
79900f941d
3 changed files with 9 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ lib
|
||||
, stdenvNoCC
|
||||
, nodejs-18_x
|
||||
, nodejs-slim-18_x
|
||||
, nodejs_22
|
||||
, nodejs-slim_22
|
||||
, fetchNodeModules
|
||||
, fetchurl
|
||||
, makeWrapper
|
||||
|
|
@ -17,8 +17,8 @@ let self = stdenvNoCC.mkDerivation {
|
|||
};
|
||||
|
||||
passthru = {
|
||||
nodejs = nodejs-18_x;
|
||||
nodejsRuntime = nodejs-slim-18_x;
|
||||
nodejs = nodejs_22;
|
||||
nodejsRuntime = nodejs-slim_22;
|
||||
|
||||
nodeModules = fetchNodeModules {
|
||||
inherit (self) src nodejs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue