Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# nix-index
## A files database for nixpkgs
**nix-index** is a tool to quickly locate the package providing a certain file in [`nixpkgs`](https://github.com/NixOS/nixpkgs). It indexes built derivations found in binary caches.
# `nix-index` – a file database for Nixpkgs

###### Demo
`nix-index` is a tool to quickly locate the package providing a certain file in [`nixpkgs`](https://github.com/NixOS/nixpkgs). It indexes built derivations found in binary caches.

It is used to [build the file index](https://github.com/NixOS/nixos-channel-scripts/pull/62) for official channel releases on <channels.nixos.org> and thus provides the basis for <search.nixos.org>.

## Demo

```
$ nix-locate 'bin/hello'
Expand Down