nodePackages{,_latest}: drop and throw (#496365)

This commit is contained in:
Philip Taron
2026-03-29 23:52:00 +00:00
committed by GitHub
17 changed files with 14 additions and 5830 deletions
-4
View File
@@ -349,10 +349,6 @@ let
passthru.interpreterName = "nodejs";
passthru.pkgs = callPackage ../../node-packages/default.nix {
nodejs = self;
};
setupHook = ./setup-hook.sh;
pos = builtins.unsafeGetAttrPos "version" args;