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
"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
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
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?
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.