this post was submitted on 31 Jul 2026
4 points (100.0% liked)

Nix / NixOS

2818 readers
25 users here now

Main links

Videos

founded 3 years ago
MODERATORS
 

It's these two gems, specifically. I can build them on my local machine, and nix copy them to the server, but building them directly on the server always fails with curl: (6) Could not resolve host: rubygems.org.

(If you want to replicate it: nix build https://codeberg.org/libewa/pages/archive/main.tar.gz.)

top 1 comments
sorted by: hot top controversial new old
[–] moonpiedumplings@programming.dev 2 points 12 hours ago

Could it be that rubygems does not support ipv6?

Some sites, even big sites don't support it: https://areweipv6yet.com/

According to the above, Github doesn't properly support it yet.