From 93070f18ba6ecef98a5eb44a3fd7e500e8dca4ac Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 28 Jun 2026 04:33:30 +0200 Subject: [PATCH] nodejs: require big-parallel system feature This helps schedule it onto a bigger build slot on hydra. (cherry picked from commit 9714f07c1f6e4c7611533c6715eb899c63e08656) --- pkgs/development/web/nodejs/nodejs.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/web/nodejs/nodejs.nix b/pkgs/development/web/nodejs/nodejs.nix index be1e5c15d26e..49dfe5d15d40 100644 --- a/pkgs/development/web/nodejs/nodejs.nix +++ b/pkgs/development/web/nodejs/nodejs.nix @@ -676,6 +676,9 @@ let done ''; + # reduces build time from ~90 to ~15 minutes on hydra + requiredSystemFeatures = [ "big-parallel" ]; + passthru.tests = { version = testers.testVersion { package = self;