You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you @replit for creating rippkgs and releasing it as an open-source project :)
In your release blog post, it is mentioned that "you’ve incorporated rippkgs into your command-not-found hook".
Given the scope of rippkgs (and the comparison to nix-index), would it be possible to provide a minimalcommand-not-found handler implementation that makes use of rippkgs (assuming Replit's implementation is too specific to be shared)?
This would be very useful to users of Nixpkgs/devShells in general, but particularly to NixOS users in flake-only (i.e. no channels) configurations [1], who usually resort to nix-index or a custom programs.command-not-found.dbPath[2].
Once again, thank you for rippkgs!
The text was updated successfully, but these errors were encountered:
jlbribeiro
changed the title
As a command-not-found replacement
Feature request: command-not-found implementation
Apr 5, 2024
would love to share our command not found implementation! Is it enough to add documentation for this? I'd rather avoid adding the extra nix-index flake input if possible...
@cdmistman First of all, thank you for being open to that :)
To be honest, I didn't imagine it would depend on nix-index, because I thought rippkgs was a complete replacement of nix-index (although I admittedly don't fully grasp the implementation details to understand how they can complement each other).
This request (along with #30) was basically an attempt at mimicking the "ergonomics" of nix-index as a command-not-found, since I envisioned rippkgs almost being a drop-in replacement, one NixOS/Home Manager module option away.
Being in documentation is already a great improvement, which would allow building all the other things upon it (maybe externally, if they don't fit this repo). So please do share :)
First of all, thank you @replit for creating
rippkgs
and releasing it as an open-source project :)In your release blog post, it is mentioned that "you’ve incorporated
rippkgs
into yourcommand-not-found
hook".Given the scope of
rippkgs
(and the comparison tonix-index
), would it be possible to provide a minimalcommand-not-found
handler implementation that makes use ofrippkgs
(assuming Replit's implementation is too specific to be shared)?This would be very useful to users of Nixpkgs/devShells in general, but particularly to NixOS users in flake-only (i.e. no channels) configurations [1], who usually resort to
nix-index
or a customprograms.command-not-found.dbPath
[2].Once again, thank you for
rippkgs
!The text was updated successfully, but these errors were encountered: