Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrene/fzf-nix

Fuzzy search through nixpkgs.
https://github.com/mrene/fzf-nix

fzf nix nixpkgs

Last synced: about 1 month ago
JSON representation

Fuzzy search through nixpkgs.

Awesome Lists containing this project

README

        

fzf-nix

## What does it do?
Fuzzy search through nixpkgs.

## Usage
![asciicast](./docs/term.svg)

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`

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