Skip to content

Emacs-Guix 0.4.1

Compare
Choose a tag to compare
@alezost alezost released this 26 Jun 16:41
· 128 commits to master since this release

Announcement

New commands

  • M-x guix-system-from-file

    This is the new interface for operating-system declaration from your
    GuixSD configuration .scm file.

  • M-x guix-system-profile

Support for the latest changes in guix pull

  • Now guix pull makes a new full-featured profile (~/.config/guix/current) instead of just building the latest guix modules and putting them into ~/.config/guix/latest directory. This change is supported by this Emacs-Guix release.

  • Also the "pulled" profile is displayed by M-x guix-profiles.

  • The famous symlink hack (pointing ~/.config/guix/latest to your guix git checkout) does not work anymore, so if you relied on it to make Emacs-Guix use guix modules from your git checkout, now you need to set guix-load-path variable.