Re: Installing cross-compiled packages alongside a cross-compile toolchain

2024-06-07 Thread Richard Sent
Hi Christoph! Christoph Buck writes: >> (define gcc-cross-aarch64-linux-toolchain >> (let ((chain (cross-gcc-toolchain "aarch64-linux-gnu"))) >> (package >> (inherit chain) >> (native-search-paths >>(package-search-paths >> (lookup-package-input chain "gcc-cross

Re: Installing cross-compiled packages alongside a cross-compile toolchain

2024-06-07 Thread Thiago Jung Bauermann
Hello Christoph, Christoph Buck writes: > Total guix newbie here. Currently i am evaluating if guix could be a > better alternative to yocto. My use case is as follows. I want to > declarative define a system (for aarch64), generate an image and deploy > it by flashing it to an sd card. Addition

Re: Come speak at the Guix Social meetup

2024-06-07 Thread jbranso
June 4, 2024 at 7:05 AM, "Nils Landt" wrote: > > > > > Steve George hat am 04.06.2024 10:19 CEST geschrieben: > > > > - Something mad, interesting or curious! > > > > I built a home service for systemd. It is currently unpublished, but I could > demo it, and publish the WIP version. >

Re: Come speak at the Guix Social meetup

2024-06-07 Thread Richard Sent
Ekaitz Zarraga writes: > I could talk about the bootstrapping in riscv, maybe it's too > technical or idk... > > If you want, I'm open to do it! > > Thanks for organizing these talks, they are very interesting. I'd /definitely/ find that talk interesting! Hope it happens and I can make it. --

Re: Building a Docker image for GitLab-CI

2024-06-07 Thread Andreas Enge
Am Thu, Jun 06, 2024 at 11:23:20AM +0200 schrieb Ludovic Courtès: > (It’s possible to sidestep that problem for instance by having GitLab-CI > offload to a runner in a machine that you control, where Guix is > installed. But I’m looking for a solution that could work > out-of-the-box on any GitLab