-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add '/bin' prefix database #130
Comments
How fast is the bin database in comparison? I wonder if nix-index could not somehow compute the smaller database from the bigger one. |
@Mic92 it's significantly faster. Using
It would be great if this could be supported 🙏🏽 For now, I use a local database, but also with this fork for nix command support: gvolpe/nix-index#1 |
I want to use this as command-not-found replacement. As far is I can tell this only provides full database builds. On my system the command-not-found script takes 3s to execute with the full db.
Could we have an option to download and use a prefix filtered db instead like
nix-index --filter-prefix '/bin/'
? Or maybe even have an option to provide both and use the smaller one for the command-not-found script?The text was updated successfully, but these errors were encountered: