Which fff frontend(s)?
Neovim plugin (fff.nvim)
What problem are you trying to solve?
In a Nix-flake based installation, I would like Nix to build and bundle the needed binaries, so that the Neovim plugin can use the respective /nix/store/.. path (or nix-managed $PATH) instead of relying on the plugin manager's "build" directive.
Proposed solution
Expose fff-search in the flake.nix packages, so that the installation becomes deterministic and external to the neovim plugins architecture.
Which fff frontend(s)?
Neovim plugin (fff.nvim)
What problem are you trying to solve?
In a Nix-flake based installation, I would like Nix to build and bundle the needed binaries, so that the Neovim plugin can use the respective /nix/store/.. path (or nix-managed $PATH) instead of relying on the plugin manager's "build" directive.
Proposed solution
Expose
fff-searchin the flake.nix packages, so that the installation becomes deterministic and external to the neovim plugins architecture.