From 2318abaa0baf8fb9db893bee05ba627773b4545b Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Wed, 20 May 2026 14:35:16 +0200 Subject: [PATCH] Revert "nodejs: re-introduce `nodejs.src`" This reverts commit 9e26436f7e5e7a328dd169f8898f2747dee79031. --- pkgs/development/web/nodejs/symlink.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/web/nodejs/symlink.nix b/pkgs/development/web/nodejs/symlink.nix index 538ac2311946..d2b0e6e19151 100644 --- a/pkgs/development/web/nodejs/symlink.nix +++ b/pkgs/development/web/nodejs/symlink.nix @@ -5,10 +5,7 @@ }: (symlinkJoin { pname = "nodejs"; - inherit (nodejs-slim) version meta; - passthru = nodejs-slim.passthru // { - inherit (nodejs-slim) src; - }; + inherit (nodejs-slim) version passthru meta; paths = [ nodejs-slim nodejs-slim.npm