Re: cloud-init?

2022-12-29 Thread Development of GNU Guix and the GNU System distribution.
The idea of cloud-init support for Guix came back to me now, and to better articulate what would be the lithmus test for me would be if I'm able to run the following command on a Trisquel 11 machine: printf '%s\n' '#cloud-config' 'fqdn: foo.sjd.se' > my-user-data virt-install --cloud-init user-dat

Re: Search in One Channel

2022-12-29 Thread Csepp
"jgart" writes: > Hi Guixers, > > Below are the channels that I'm currently subscribed to. > > I'd like to search just in the guix-emacs channel with `guix search`. > > Is there a way to do that currently? You could filter based on the location field of the output. There might be a builtin

Suggest improve emacs setting in 'The Perfect Setup'

2022-12-29 Thread Feng Shu
Hello: In 'The Perfect Setup', we suggest user to use the below emacs config: ``` ;; Assuming the Guix checkout is in ~/src/guix. (with-eval-after-load 'geiser-guile (add-to-list 'geiser-guile-load-path "~/src/guix")) ``` This config need user to deal with %load-path of guix, which seem to b

Re: Search in One Channel

2022-12-29 Thread jgart
hi, > You could filter based on the location field of the output. That would work, but, what if 10 different custom Guix channels use gnu/packages/emacs-xyz.scm as a valid path in their channel file structure?

Re: Search in One Channel

2022-12-29 Thread jgart
Or what if 10 different custom Guix channels use gnu/packages/*.scm as a valid path. I won't be able to associate which channel that package came from when searching with only that information.