Merge pull request #121573 from samuelgrf/nodejs-add-meta.mainProgram

nodejs*: add meta.mainProgram

authored by

Sandro and committed by
GitHub
264267ed 946cc38f

+1
+1
pkgs/development/web/nodejs/nodejs.nix
··· 142 license = licenses.mit; 143 maintainers = with maintainers; [ goibhniu gilligan cko marsam ]; 144 platforms = platforms.linux ++ platforms.darwin; 145 }; 146 147 passthru.python = python; # to ensure nodeEnv uses the same version
··· 142 license = licenses.mit; 143 maintainers = with maintainers; [ goibhniu gilligan cko marsam ]; 144 platforms = platforms.linux ++ platforms.darwin; 145 + mainProgram = "node"; 146 }; 147 148 passthru.python = python; # to ensure nodeEnv uses the same version