Describe the bug
Some packages, e.g. grammarly-languageserver requires nodejs_16 (znck/grammarly#334), but I cannot override the nodejs version of the package to nodejs_16 because it is EOF.
Steps To Reproduce
Steps to reproduce the behavior:
- Override nodejs version of some nodejs package by doing
(nodePackages_latest.grammarly-languageserver.overrideAttrs (old: {
nodejs = pkgs.nodejs-16_x;
}))
- See the error message.
Expected behavior
Allow forcing the use of EOL packages, or maybe officially state that this is not supported and mark the package as broken.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
output here
Add a 👍 reaction to issues you find important.
Describe the bug
Some packages, e.g.
grammarly-languageserverrequires nodejs_16 (znck/grammarly#334), but I cannot override the nodejs version of the package to nodejs_16 because it is EOF.Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Allow forcing the use of EOL packages, or maybe officially state that this is not supported and mark the package as broken.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"and paste the result.Add a 👍 reaction to issues you find important.