Hey!
Thank you for the patch! Unfortunately I was not able to do "guix pull"
with your channel added:
```
(exception unbound-variable (value #f) (value "Unbound variable: ~S") (value (#{\x0;\x0;\x0;\x0;\x0;\x0;\x0;\x0;\x0;\x0;\x0;\x0...
```
Does "guix pull" work for you?
Thanks
Hi,
Thanks for reminding me to try pulling the channel (which I have to admit I'm not always doing haha). I've 'guix pull`-ed the following channels.scm to a temporary directory, and that was successful:
```scheme
(list (channel
(name 'ngapsh)
(url "https://codeberg.org/Parnikkapore/guix-ngapsh-unsigned.git")
(branch "main")
; This is the tip of `main` as of writing
(commit "2a3bc6ada303c2acf8b8e773801dd6475244821d"))
(channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit "db803cce11f15ce0df41a910b4721c706e8b4d8f")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
(openpgp-fingerprint
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
```
> Yes, I'll have to temporarily remove confetti from the production too.> Let me know when the issue is resolved.
I'll let you know. That's fine. Might take me a few days or more when I find the time
Hey!
Update on adding ngapsh to the webring:
I'm still haven't managed to pull your channel on the production server,
although pulling on my personal machine works fine. I was able to bisect
the last commit that works: 5951113e45e0db96b4157dd5db1d06dbade2b9bd.
I wonder how could 14afade68db99210eb561117322b89d1f904d01a break
pulling. Invisible characters?
On Mon, 2023-07-10 at 18:32 +0600, unwox wrote:
> I wonder how could 14afade68db99210eb561117322b89d1f904d01a break<br>> pulling. Invisible characters?<br>
Yeah, that is indeed weird... Can you provide the full error message?