GitXplorerGitXplorer
m

fzf-nix

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f2122d45552656d1a19963a7c64461204a4cfd9d

fix: declare jq dependency

mmrene committed 7 months ago
Unverified
92b408d969aadeb17741917b7f31de04cd0344c9

fix: declare gawk dependency

mmrene committed 7 months ago
Unverified
61d7b68a4c16befd4e5d03f5230ea61d44e92b46

pass fzf-nix arguments to fzf

mmrene committed a year ago
Unverified
46fd7ce7f3a7c499199095b01d12809071ac0ae3

pass --store to nix-env so it can run within the sandbox

mmrene committed a year ago
Unverified
1aa49420e293872551103e853465dce145f62db0

docs: add license

mmrene committed a year ago
Unverified
09ab7c04a57f15f43c815299395529bc4acbf325

docs: add readme

mmrene committed a year ago

README

The README file for this repository.

fzf-nix

What does it do?

Fuzzy search through nixpkgs.

Usage

asciicast

fzf-nix can be added to your configuration and will generate the package list from the nixpkgs input.

Try it out with nix run github:mrene/fzf-nix

{
  inputs.fzf-nix = {
      url = "github:mrene/fzf-nix";
      fzf-nix.inputs.nixpkgs.follows = "nixpkgs";
  };
}