We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e7123c commit e33aba9Copy full SHA for e33aba9
flake.nix
@@ -17,7 +17,7 @@
17
systems = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"];
18
19
perSystem = {pkgs, ...}: let
20
- nodejs = pkgs.nodejs_18;
+ nodejs = pkgs.nodejs;
21
22
mcp-hub = pkgs.buildNpmPackage {
23
pname = "mcp-hub";
0 commit comments