Today I try to install guix package manager service on my nixos, just doing on my configuration.nix services.guix.enabe = true;
. I could see the guix users after the nixos-rebuild switch
, but when I type guix install emacs, for exemaple the output is a error
guix install: erro: reading file `/gnu/store/4pkx3vg8wml374ab6fs2w0cgknl5abyg-tar.drv': No such file or directory
The same for guix pull
or guix shell
commands. I need to do some extra configuration? The guix package on nixpkgs repositpory does not build the complete tool?