Revert "sillytavern: fix build by pinning nodejs to v22"

This reverts commit e29bd3cd9a.
sillytavern now builds fine with nodejs_24.
This commit is contained in:
Cheng Shao
2026-04-24 16:17:54 +02:00
parent d7b8a63777
commit 669aba2da1
-4
View File
@@ -1,7 +1,6 @@
{
buildNpmPackage,
fetchFromGitHub,
nodejs_22,
lib,
}:
buildNpmPackage (finalAttrs: {
@@ -18,9 +17,6 @@ buildNpmPackage (finalAttrs: {
dontNpmBuild = true;
# https://github.com/NixOS/nixpkgs/issues/474535
nodejs = nodejs_22;
# These dirs are not installed automatically.
# And if they were not in place, the app would try to create them at runtime, which is of course impossible to achieve.
postInstall = ''