Re: home-environment + local git development

2024-11-06 Thread Christopher Howard
For posterity, this gave me what I needed: ``` guile scheme (map cadr (package-propagated-inputs emacs-guix)) ``` So I could do ``` guile scheme (home-environment ;; Below is the list of packages that will show up in your ;; Home profile, under ~/.guix-home/profile. (packages (append

home-environment + local git development

2024-11-06 Thread Christopher Howard
Hi, I'm wanting to hack on emacs-guix from a local git checkout. Also, I use guix home with a home-environment file. emacs-guix includes related instructions for using emacs-guix from a local git checkout, but I'm having some issues trying to integrate that into my home environment. This leads m