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

fzf: expose individual shell plugins in $out/share #303145

Closed
wants to merge 1 commit into from

Conversation

hraban
Copy link
Member

@hraban hraban commented Apr 10, 2024

Description of changes

From the fzf readme:

Note

--bash, --zsh, and --fish options are only available in fzf 0.48.0 or
later. If you have an older version of fzf, or want finer control, you can
source individual script files in the /shell directory. The location of the
files may vary depending on the package manager you use. Please refer to the
package documentation for more information. (e.g. apt show fzf)

This is for the "or want finer control" people, who can load individual files directly from "${pkgs.fzf}/share/shell/...".

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

From the fzf readme:

> Note
>
> --bash, --zsh, and --fish options are only available in fzf 0.48.0 or
> later. If you have an older version of fzf, or want finer control, you can
> source individual script files in the /shell directory. The location of the
> files may vary depending on the package manager you use. Please refer to the
> package documentation for more information. (e.g. apt show fzf)
@hraban hraban marked this pull request as ready for review April 10, 2024 15:42
@hraban hraban requested review from laalsaas and marsam April 10, 2024 15:45
@ofborg ofborg bot requested review from Br1ght0ne, zowoq and Ma27 April 10, 2024 16:38
@marsam
Copy link
Contributor

marsam commented Apr 11, 2024

Sorry, I misread the release notes. I thought the scripts were being deprecated.

I think we could revert e3812e187592#diff-0ec453fc4296765a0ab62b0363770e9d24ee57f5e83cb89581ebd097ceeec131L78-L86
and 1035a9efdfe4

@hraban
Copy link
Member Author

hraban commented Apr 11, 2024

Sorry, I misread the release notes. I thought the scripts were being deprecated.

I think we could revert e3812e187592#diff-0ec453fc4296765a0ab62b0363770e9d24ee57f5e83cb89581ebd097ceeec131L78-L86 and 1035a9efdfe4

I don't understand that code but I believe you 👍

Feel free to go ahead and revert and close this PR.

@marsam
Copy link
Contributor

marsam commented Apr 11, 2024

Closing in favor of #303213

@marsam marsam closed this Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants