diff --git a/README.md b/README.md index 6c55cd9..02f6c4b 100644 --- a/README.md +++ b/README.md @@ -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 and thus provides the basis for . + +## Demo ``` $ nix-locate 'bin/hello'