nodePackages: remove __attrsFailEvaluation in all-packages
The test (`nix-build pkgs/test/release/default.nix`) continues to pass without this preventative measure.
This commit is contained in:
@@ -9976,9 +9976,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