Commit 669aba2d authored by Cheng Shao's avatar Cheng Shao
Browse files

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

This reverts commit e29bd3cd.
sillytavern now builds fine with nodejs_24.
parent d7b8a637
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
{
  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 = ''