Merge pull request #323857 from philiptaron/__attrsFailEvaluation/nodePackages
nodePackages: remove __attrsFailEvaluation in all-packages
This commit is contained in:
@@ -9893,9 +9893,9 @@ with pkgs;
|
||||
|
||||
importNpmLock = callPackages ../build-support/node/import-npm-lock { };
|
||||
|
||||
nodePackages_latest = dontRecurseIntoAttrs nodejs_latest.pkgs // { __attrsFailEvaluation = true; };
|
||||
nodePackages_latest = dontRecurseIntoAttrs nodejs_latest.pkgs;
|
||||
|
||||
nodePackages = dontRecurseIntoAttrs nodejs.pkgs // { __attrsFailEvaluation = true; };
|
||||
nodePackages = dontRecurseIntoAttrs nodejs.pkgs;
|
||||
|
||||
node2nix = nodePackages.node2nix;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user