alezost / guix.el

Emacs interface for GNU Guix package manager
https://emacs-guix.gitlab.io/website/
GNU General Public License v3.0
139 stars 16 forks source link

Unable to use guix #42

Closed csantosb closed 3 years ago

csantosb commented 3 years ago

I have a fresh guix install on top of ArchLinux.

Then when I run

    guix install emacs
    guix install emacs-guix
    emacs -nw -q
    M-x guix-all

I get

Screenshot_20210203_214432

What am I doing wrong ? Thanks !

csantosb commented 3 years ago

Fixed with guix package -i guile guix I installed guix using the shell script method, though.