From 3a9963b679276fd97d0621cb1b3b97bb820a40a7 Mon Sep 17 00:00:00 2001 From: Adnan Abdulhussein Date: Thu, 23 Jul 2026 16:37:49 -0700 Subject: [PATCH] Include Node 24 in the development bundle --- pkgs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index e9b536d1..63bc30e8 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -10,9 +10,9 @@ let dev-module-ids = [ "python-3.10" "python-3.11" - "nodejs-18" "nodejs-20" "nodejs-22" + "nodejs-24" "go-1.21" "docker" "replit"