From e986ae517ba55e4f6be9d28ac44e7cb3ab9be6c7 Mon Sep 17 00:00:00 2001 From: Alain Kaeslin Date: Thu, 8 Jan 2026 15:12:33 +0100 Subject: [PATCH] fix: package is named nodejs on https://www.nixhub.io, not node --- apps/site/snippets/en/download/devbox.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/snippets/en/download/devbox.bash b/apps/site/snippets/en/download/devbox.bash index d536761f0fc8e..bf69af925f4af 100644 --- a/apps/site/snippets/en/download/devbox.bash +++ b/apps/site/snippets/en/download/devbox.bash @@ -5,7 +5,7 @@ curl -fsSL https://get.jetify.com/devbox | bash devbox init # Download and install Node.js: -devbox add node@${props.release.major} +devbox add nodejs@${props.release.major} # Open a Devbox shell devbox shell