How to use the laminar service?

2024-12-07 Thread Marc Coquand
Heya, I'm trying to set up a Ci, and as I'm going through the docs I came across the laminar service. As far as I understand, with laminar you should have your job scripts in its home directory, which is by default /var/lib/laminar, under the child directory /cfg/jobs/X.run. The scripts should b

Re: how can I open files through packages installed in different profiles

2024-12-07 Thread Rutherther
gfp writes: > How can I do this? > > I am using MATE desktop mainly (more shortcuts) and sometimes KDE (less > shortcuts for me at the moment). > Please explain it more, I am on a lower level. What is your shell? Let's say it's bash. Bash uses either ~/.bash_profile if it exists, or falls back

Re: Access to nongnu channel

2024-12-07 Thread Timothy Washington
Hey Marek, I should have updated this earlier. But I did solve this problem with a cleaner `packages` declaration. (packages (append (map specification->package '("nss-certs" "gcc-toolchain" ...)) (list my-package) %base-packages)) Thanks for the feedback. Indeed,

Re: how can I open files through packages installed in different profiles

2024-12-07 Thread gfp
Hi, thanks for your explanation. for this, you can try putting the various profiles' share folder to XDG_DATA_DIRS environment variable. How can I do this? I am using MATE desktop mainly (more shortcuts) and sometimes KDE (less shortcuts for me at the moment). Note that your desktop env

Re: How to use the laminar service?

2024-12-07 Thread Marek Paśnikowski
On piątek, 6 grudnia 2024 21:02:16 CET Marc Coquand wrote: > Heya, I'm trying to set up a Ci, and as I'm going through the docs I > came across the laminar service. > > As far as I understand, with laminar you should have your job scripts in > its home directory, which is by default /var/lib/lamin

Re: Questions about guix-home-service-type for multi-user systems

2024-12-07 Thread Tomas Volf
Kristoffer Ström writes: > Tomas Volf <~@wolfsden.cz> writes: > >> Edouard Klein writes: >> >>> The way I work around this is to use (guix-for-channels ...) in the >>> sytem's configuration, and never guix pull. The only guix is the >>> system's: /run/current-system/profile/bin/guix >> >> Out of

Re: how can I open files through packages installed in different profiles

2024-12-07 Thread gfp
Hi Steve, 1. thanks for the proposal. I guess it is too difficult for me at the moment to deal with your proposal. 2. Until now I didn´t have any problems with different profiles. I created profiles through the help of Gary. He advised me to do that, so that I haven´t too many packages in my

Re: ABI mismatch on boot on arm32 system

2024-12-07 Thread Christoph Buck
Hi Maxim! > Sorry for my delayed reply. No problem. > Totally, if you haven't done so already. I already did. See https://issues.guix.gnu.org/74296 And thanks to Ludovic the patch is already merged. -- Best regards Christoph