nodejs my 26

This commit is contained in:
Rory&
2026-09-02 15:45:07 +02:00
parent 3efd523f6b
commit a744f39dd2
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ let
in
pkgs.buildNpmPackage {
pname = "spacebar-server-ts-node_modules";
nodejs = pkgs.nodejs_24;
nodejs = pkgs.nodejs_26;
version = builtins.hashFile "sha256" ./package.json;
meta = with lib; {