-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
editline: recognize Alt-Left
/Alt-Right
on more platforms
#391426
Conversation
This applies a merged but not released patch from upstream (`editline` has not cut a release since 2020). See: troglobit/editline#70 See: NixOS#341131
Successfully created backport PR for |
this patch results in an error on nixos-24.11 with the lix nixos module nix log output
applying following overlay (ignoring the patch) seems to fix it: (next: prev: {
editline = prev.editline.overrideAttrs (oldAttrs: {
patches = next.lib.lists.take 2 oldAttrs.patches;
});
}) |
appreciate the comment evysgarden, have been trying to figure out the build error but am putting in place your quick fix for now as I can't make heads nor tails of it - I did see a git issue on the lix end referencing the same patch, so I think lix's older merge of the same patch may conflict with nixpkgs upstream's more recent merge. |
@apisashla Yeah, this is an issue with the Lix NixOS module, should be fixed here: https://gerrit.lix.systems/c/lix/+/2865 |
plus in an upcoming module release, likely called 2.92.0-2 |
Thanks for the clarification and quick response! Also for developing lix in general. |
We just tagged 2.92.0-2 FWIW! |
1 similar comment
We just tagged 2.92.0-2 FWIW! |
I'm using lix with in a flake based setup on darwin using nix-darwin, but I'm unsure where to apply the overlay. Can someone point me to an example, that provides a bit more context? |
You can just upgrade the lix-module to 2.92.0-2 and you do not need to apply any overlay now. |
Works like a charm! Much obliged, @RaitoBezarius 🙂 |
I get the following error on evalutaion
I don't really use that output so not sure whether it was broken before already or not. thank you btw for reacting so quickly <3 hope this is not causing any stress and u get enough sleep |
Thank you for the report: https://git.lix.systems/lix-project/nixos-module/pulls/60 — the fix is out there. I will tag a 2.92.0-3 ASAP :-). |
damn you fast |
This applies a merged but not released patch from upstream (
editline
has not cut a release since 2020).See: troglobit/editline#70
I recently submitted this change just scoped to the Lix package. Since then, the patch has been merged upstream, so I believe it's now appropriate for inclusion in the whole package set.
See: #341131
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.