logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Nix Search - Find Nix Packages | Online Free DevTools by Hexmos

Find Nix packages effortlessly with Nix Search. Explore package details, search nixpkgs and GitHub repositories, all through command line. Free online tool, no registration required.

nix-search

Search for packages in a Nix flake. See also: nix flake for information about flakes. More information: https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-search.html.

  • Search nixpkgs for a package based on its name or description:

nix search {{nixpkgs}} {{search_term}}

  • Show description of a package from nixpkgs:

nix search {{nixpkgs#pkg}}

  • Show all packages available from a flake on github:

nix search {{github:owner/repo}}

See Also