use nodejs_22 in nix files

This commit is contained in:
outfoxxed 2024-10-24 19:15:40 -07:00
parent 3641ce9277
commit 8fb1408bb4
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@
set -x
yarn install || true
mkdir -p node_modules/node/bin
ln -sf ${pkgs.nodejs}/bin/node node_modules/node/bin/node
ln -sf ${pkgs.nodejs_22}/bin/node node_modules/node/bin/node
yarn install
'') ];