matrix-appservice-irc: use nodejs-slim_22

nedb (bundled in matrix-appservice-irc 4.0.0) calls util.isDate which
was removed in Node.js 24. Pin to Node.js 22 until the package is
updated to a version that no longer depends on nedb.
This commit is contained in:
Elis Hirwing
2026-07-13 21:04:16 +02:00
parent bba6f090bf
commit c182425f54

View File

@@ -5,7 +5,7 @@
fetchYarnDeps,
fixup-yarn-lock,
node-gyp-build,
nodejs-slim,
nodejs-slim_22,
matrix-sdk-crypto-nodejs,
nixosTests,
nix-update-script,
@@ -42,7 +42,7 @@ stdenv.mkDerivation {
nativeBuildInputs = [
fixup-yarn-lock
nodejs-slim
nodejs-slim_22
yarn
node-gyp-build
];