You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: evaluation aborted with the following error message: 'lib.customisation.callPackageWith: Function called without required argument "nodejs-16_x" at /nix/store/adcajk19i9r7h1kp7swq5c653r0n1yms-source/internal-v2.nix:1, did you mean "nodejs-18_x"?
My hacky workaround is setting an overlay with { nodejs-16_x = prev.nodePackages.nodejs; ]; }.
This should probably have just been a bottom bounds version check as JavaScript tends to be backwards compatible rather than trying to limit to a specific version that we know always get deprecated with time.
Please consider giving up MS GitHub or offering a non-proprietary, non-US-corporate-controlled mirror for this free software project. I wish to delete this Microsoft account in the future, but I need more projects like this to support alternative methods to send patches & contribute. ↩
The text was updated successfully, but these errors were encountered:
toastal
changed the title
No longer evaluates as NodeJS 16 has been removed
No longer evaluates as NodeJS 16 has been removed from NixOS unstable
Oct 27, 2024
toastal
changed the title
No longer evaluates as NodeJS 16 has been removed from NixOS unstable
No longer evaluates as NodeJS 16 has been removed from nixpkgs-unstable
Oct 27, 2024
My hacky workaround is setting an overlay with
{ nodejs-16_x = prev.nodePackages.nodejs; ]; }
.This should probably have just been a bottom bounds version check as JavaScript tends to be backwards compatible rather than trying to limit to a specific version that we know always get deprecated with time.
1
Footnotes
Please consider giving up MS GitHub or offering a non-proprietary, non-US-corporate-controlled mirror for this free software project. I wish to delete this Microsoft account in the future, but I need more projects like this to support alternative methods to send patches & contribute. ↩
The text was updated successfully, but these errors were encountered: