inshellisense: do not build against nodejs 24 (#476561)

This commit is contained in:
Michael Daniels
2026-01-05 23:09:47 +00:00
committed by GitHub
@@ -3,6 +3,7 @@
stdenv,
buildNpmPackage,
fetchFromGitHub,
nodejs_22,
cacert,
}:
@@ -17,6 +18,10 @@ buildNpmPackage rec {
hash = "sha256-zERwrvioPwGm/351kYuK9S3uOrrzs/6OFPRdNSSr7Tc=";
};
# Building against nodejs-24 is not yet supported by upstream.
# https://github.com/microsoft/inshellisense/issues/369
nodejs = nodejs_22;
npmDepsHash = "sha256-iD5SvkVbrHh0Hx44y6VtNerwBA8K7vSe/yfvhgndMEw=";
# Needed for dependency `@homebridge/node-pty-prebuilt-multiarch`