Skip to content

Commit e33aba9

Browse files
committed
fix: nodejs 18.x EOL
1 parent 8e7123c commit e33aba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
systems = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"];
1818

1919
perSystem = {pkgs, ...}: let
20-
nodejs = pkgs.nodejs_18;
20+
nodejs = pkgs.nodejs;
2121

2222
mcp-hub = pkgs.buildNpmPackage {
2323
pname = "mcp-hub";

0 commit comments

Comments
 (0)