Re: Guix SD and Emacs

2022-11-23 Thread Akib Azmain Turja
Gottfried writes: > Hi Guixers, > > --- > I have got 4 questions: > --- > 1.question > > I created a "init.el" file for Emacs. > > Where should it go in Guix SD? > > I have got a hidden directory (or s

Re: Guix SD and Emacs

2022-11-23 Thread Akib Azmain Turja
Wolf writes: > On 2022-11-23 17:30:07 +, ( wrote: >> That's why I use this code to redirect all custom customisations into >> ~/.config/emacs/custom.el: >> >> (setq custom-file >> (concat (or (getenv "XDG_CONFIG_HOME") >> (concat (getenv "HOME") "/.config")) >>

Re: SCSH libraries search path

2022-11-23 Thread Tom Willemse
Hey Efraim, Efraim Flashner writes: > On Sun, Nov 13, 2022 at 04:49:05PM -0800, Tom Willemse wrote: >> Hey Efraim, >> >> Efraim Flashner writes: >> >> > On Mon, Oct 31, 2022 at 12:18:50AM -0700, Tom Willemse wrote: >> >> Hey Guix \o/ >> >> >> >> I've been wanting to package one of my little

Re: Guix SD and Emacs

2022-11-23 Thread (
On Wed Nov 23, 2022 at 8:25 PM GMT, Wolf wrote: > (setq custom-file (expand-file-name "custom.el" user-emacs-directory)) > (load-file custom-file) Oh, I didn't know about this! Thanks! -- (

Re: ./pre-inst-env with extra channels

2022-11-23 Thread EuAndreh
I though that this should work, but it didn't. I just got a bunch of warning about out of date ".go" compiled scheme files, and an exit code of 1, and nothing more. Nothing to STDOUT or STDERR: ./pre-inst-env guix system -L ~/.config/guix/current/share/guile/site/3.0 build /etc/guix/con

Re: Guix SD and Emacs

2022-11-23 Thread Felix Lechner via
Hi, On Wed, Nov 23, 2022 at 12:59 PM Wolf wrote: > > (setq custom-file (expand-file-name "custom.el" user-emacs-directory)) > (load-file custom-file) My init file also looks like that. Kind regards Felix Lechner

Re: ./pre-inst-env with extra channels

2022-11-23 Thread EuAndreh
Come to think about it, I did this in the past, but I wanted a less roundabout way of get it to work. For anyone else in a similar position looking for options, this does work :)

Re: Guix SD and Emacs

2022-11-23 Thread Wolf
On 2022-11-23 17:30:07 +, ( wrote: > That's why I use this code to redirect all custom customisations into > ~/.config/emacs/custom.el: > > (setq custom-file > (concat (or (getenv "XDG_CONFIG_HOME") > (concat (getenv "HOME") "/.config")) > "/emacs/

Re: ./pre-inst-env with extra channels

2022-11-23 Thread zimoun
Hi, On Wed, 23 Nov 2022 at 11:11, EuAndreh wrote: > But when trying to use the code from my clone, it fails to recognize the > extra channels, available in the system-wide /etc/guix/channels.scm file: > > $ ./pre-inst-env guix system build /etc/guix/configuration.scm > guix system: er

Re: Guix SD and Emacs

2022-11-23 Thread (
Heya, On Wed Nov 23, 2022 at 5:16 PM GMT, Gottfried wrote: > I have got a hidden directory (or should I say "folder"?) in my user > directory: .emacs.d > and a hidden file: .emacs > > David Wilson proposed: > ~/.config/emacs/init.el - Follows Linux desktop environment guidelines > (recommended o

Guix SD and Emacs

2022-11-23 Thread Gottfried
Hi Guixers, --- I have got 4 questions: --- 1.question I created a "init.el" file for Emacs. Where should it go in Guix SD? I have got a hidden directory (or should I say "folder"?) in my user dire

Re: ./pre-inst-env with extra channels

2022-11-23 Thread (
On Wed Nov 23, 2022 at 11:11 AM GMT, EuAndreh wrote: > How can I use the Guix version of my Git clone, alongside its packages, > services, etc. while still using extra channels? You'll need to add the channels to the load path manually. ./pre-inst-env guix home reconfigure ~/conf/home.scm -L ~

./pre-inst-env with extra channels

2022-11-23 Thread EuAndreh
How can I use the Guix version of my Git clone, alongside its packages, services, etc. while still using extra channels? Sample run: a build of my current system works: $ guix system build /etc/guix/configuration.scm /gnu/store/gfn6hpim1njlnr0d3p6mmvc4zgqmgqw6-system But when trying to

Re: build all dependents?

2022-11-23 Thread zimoun
Hi, On Tue, 22 Nov 2022 at 20:55, Tobias Geerinckx-Rice wrote: >> This sometimes requires some manual fiddling > > Thanks for highlighting that. I've never encountered it. > > This is similar to another recent bug report, where ‘guix show’ > listed something as depending on a hidden package. Or