Re: Request for donations to sustain GNU Guix

2025-09-26 Thread Rodion Goritskov
Hello Steve, Thank you (and all the people behind the Guix Foundation) for setting it up!

Re: Info about bug - `guix pull` not pulling / guix system reconfigure ending with object not found for id

2025-09-23 Thread Rodion Goritskov
Rutherther writes: > 2. How to recover? > If you already have multiple generations of guix profile, rollback > (`guix pull --roll-back`), then `guix pull` normally. > If you don't, you can do > `guix time-machine --commit=96d87b4747c63bfce81f8b6ac8eba481f31ed44d -- pull`. > This picks up guix fro

Re: Release team nomination

2025-09-03 Thread Rodion Goritskov
Hi! I don't have a commit access, but I want to be a one of these four courageous people. Best regards, Rodion Goritskov

Re: Release team nomination

2025-09-03 Thread Rodion Goritskov
Hi! > Sounds good! Can you confirm your codeberg username is rodion-goritskov? Sure, it definitely is. Thanks!

Re: emacs-elpher upgrade request

2024-10-25 Thread Rodion Goritskov
Christopher Howard writes: > Hi, I was just wondering if somebody is able to bump emacs-elpher package to > 3.6.4, which was just released. It fixes a bug I reported. > > We have been stuck at 3.6.0 because for some reason the last few releases > were not tagged in the repo. But the developer h

[PATCH 1/1] remote-server: Fix guix modules selects

2024-05-16 Thread Rodion Goritskov
Fixes use of previously re-exported functions from (guix utils). * src/cuirass/scripts/remote-server.scm (define-module): Change select of call-with-temporary-output-file to (guix build utils) module. --- src/cuirass/scripts/remote-server.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletio

[PATCH 0/1] Possible fix of the Cuirass build with the latest Guix

2024-05-16 Thread Rodion Goritskov
Got some problems due to the change re-exports in (guix utils). Also, should I send patches for Cuirass here or to the guix-patches? Rodion Goritskov (1): remote-server: Fix guix modules selects src/cuirass/scripts/remote-server.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions