Neix is a fast, efficient search tool for nixpkgs, inspired by eix. It helps you quickly find packages and their metadata in the Nix ecosystem.
- Simple CLI
- Fast, indexed search for nixpkgs packages
- Lightweight and written in Rust
Usage: neix [OPTIONS] [QUERY]
Arguments:
[QUERY]
Options:
--update
-l, --limit <LIMIT> [default: 10]
-h, --help Print help
-V, --version Print version
Neix searches through your local nixpkgs and outputs packages matching your architecture. If you need to search through all architectures, please submit an issue.
Because nix search and evaluating packages can be slow. Neix provides instant results with short, intuitive commands.
If you have a feature request, bug report, or want to contribute, feel free to:
- Submit a pull request
- Open an issue
nix run github:Hovirix/neix -- rust --updateneix.url = "github:Hovirix/neix";Then reference the package in any Nix file:
neix.packages.${pkgs.system}.defaultnix profile add github:Hovirix/neix#default