engstrand-config / guix-dotfiles

Our GNU Guix system configuration and dotfiles
GNU General Public License v3.0
57 stars 4 forks source link

[Emacs] Add keybinding/command for building package in current working directory #9

Closed Frewacom closed 1 year ago

Frewacom commented 2 years ago

It should try to find a guix.scm file in the current working directory and execute guix package -f guix.scm. If the command returns an error (status code != 0), it should extract the build output and display it in a new buffer.