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
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
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