-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
helix: change wrapping when adding extraPackages to suffix #5208
helix: change wrapping when adding extraPackages to suffix #5208
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
baf2dd9
to
f9de4c0
Compare
Does this fix #4750 ? |
I would say that yes, It does |
I don't have merge rights (and approved already), so maybe @rycee ? |
Thank you for your contribution! I marked this pull request as stale due to inactivity. Please read the relevant sections below before commenting. If you are the original author of the PR
If you are not the original author of the PR
|
this makes extraPackages the default, but they do not shadow the env so you can still have packages (e.g. LSPs) with a different version than the global one in you local env like nix's shells.
f9de4c0
to
382ea19
Compare
I just rebased. This is still ready to merge. |
Thanks! Merged to master now 🙂 |
Description
This makes extraPackages the default, but they do not shadow the env.
So you can still have packages (e.g. LSPs) with a different version than the global one in you local env like nix's shells.
Checklist
Change is backwards compatible.
I guess this is not really backwards compatible but to me this is the expected behaviour. This PR is there to discuss my point.
Code formatted with
./format
.Code tested through
nix-shell --pure tests -A run.all
ornix develop --ignore-environment .#all
using Flakes.Test cases updated/added. See example.
I checked and it seems there is no test to update. I'm not sure adding a test is necessary.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
@Philipp-M