-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
zed-editor: downgrade nodejs #356459
zed-editor: downgrade nodejs #356459
Conversation
30a7e15
to
c842009
Compare
Seems good to me; I’ll give Zed users a chance to respond. We could pick Node 22 instead, as it’s about to become the main LTS and the default for 25.05, if it’s likely that some things might use functionality not available in 20. |
22 also is what Zed itself downloads if no Node installation is found, so that seems fair enough. The only concern I have is that we then have to manually update nodejs in zed-editor while sticking to Edit: Also, this should probably just take nodejs as parameter in either case and pin the version in all-packages.nix, right? |
We could leave it as I’m agnostic about |
Alright, for consistency sake (i.e., we already have |
c842009
to
59daa43
Compare
FWIW it's already done on nixpkgs/pkgs/top-level/all-packages.nix Line 4299 in 3a60581
|
|
Feel free to cc me on a |
Successfully created backport PR for |
See #356257 and #355919.
Downgrades nodejs from latest to 22, as 23 (latest) currently fails to build.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.