Re: Implementing Nix's command-not-found in Guix

2023-03-06 Thread Ludovic Courtès
Hi, Sarthak Shah skribis: > I'd like to implement something similar to NixOS's command-not-found in > Guix. There’s been work on a ‘guix index’ command recently, that I hope will soon be proposed for merge: https://lists.gnu.org/archive/html/guix-devel/2022-12/msg00198.html Once this comman

Re: Implementing Nix's command-not-found in Guix

2023-03-04 Thread indieterminacy
On 04-03-2023 22:42, Sarthak Shah wrote: Hello Guix! I'd like to implement something similar to NixOS's command-not-found in Guix. As you can see in the repository below, it contains a nix file which is essentially a shell script which runs the second file, a perl script, if the user enters a co

Implementing Nix's command-not-found in Guix

2023-03-04 Thread Sarthak Shah
Hello Guix! I'd like to implement something similar to NixOS's command-not-found in Guix. As you can see in the repository below, it contains a nix file which is essentially a shell script which runs the second file, a perl script, if the user enters a command which is not found on this system. Th