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

flake: pass helix' wrapper through #5994

Merged
merged 1 commit into from
Feb 17, 2023
Merged

Conversation

Austreelis
Copy link
Contributor

This allows easily (re)making helix (wrapped) from an overriden helix-unwrapped derivation, e.g. if one wanted to patch helix from nix:

helix.passthru.wrapper (helix-unwrapped.overrideAttrs (old: {
  patches = old.patches ++ [ ./cargo-tree-sitter.patch ];
}))

I needed this to patch helix from my own nixos configuration flake after hitting #4862.

This allows easily (re)making helix (wrapped)
from an overriden helix-unwrapped derivation,
e.g. if one wanted to patch helix from nix.
@the-mikedavis the-mikedavis added A-packaging Area: Packaging and bundling S-waiting-on-review Status: Awaiting review from a maintainer. labels Feb 14, 2023
@archseer archseer merged commit f7edc34 into helix-editor:master Feb 17, 2023
wes-adams pushed a commit to wes-adams/helix that referenced this pull request Jul 4, 2023
This allows easily (re)making helix (wrapped)
from an overriden helix-unwrapped derivation,
e.g. if one wanted to patch helix from nix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-packaging Area: Packaging and bundling S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants