Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No longer evaluates as NodeJS 16 has been removed from nixpkgs-unstable #194

Open
toastal opened this issue Oct 26, 2024 · 1 comment
Open

Comments

@toastal
Copy link

toastal commented Oct 26, 2024

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.

1

Footnotes

  1. 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.

@toastal 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 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
@sephii
Copy link

sephii commented Dec 15, 2024

This is even worse now that NodeJS 16 has been removed from 24.11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants