Hi,
I'm interested in running RDE with guix on a foreign distro, and I have few questions:
1. Is this supported?
2. Is there a minimal guide for how to do so if it is?
Thanks in advance.
Best Regards,
Benjamin Cherry
Hi, Benjamin
Benjamin Cherry <ben@devcarbon.com> writes:
> Hi,>> I'm interested in running RDE with guix on a foreign distro, and I have few questions:>> 1. Is this supported?
Theoretically, if you install guix on a foreign distro, rde is
supported, because rde is distribute by guix channel, you can add
channel description in your /etc/guix/channels.scm or
~/.config/guix/channels.scm then run guix pull, after that, rde can be
use in your system now.
> 2. Is there a minimal guide for how to do so if it is?
Maybe you can check the source code and manual? or find some example in
other peoples configuration.
>>> Thanks in advance.> Best Regards,> Benjamin Cherry
On 2023-04-19 19:23, Benjamin Cherry wrote:
> Hi,>> I'm interested in running RDE with guix on a foreign distro, and I have few questions:>> 1. Is this supported?> 2. Is there a minimal guide for how to do so if it is?
It is supported, the quite minimalistic example can be found here:
https://git.sr.ht/~abcdw/veriyol-rde-config
--
Best regards,
Andrew Tropin