263
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 07 Sep 2026
263 points (98.9% liked)
Programmer Humor
33155 readers
505 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 3 years ago
MODERATORS

there are so many strange issues with nix that i'm sort of regretting not going for guix as my user mode package manager.
Guix is amazing and what I use for everything, but apart from basic language issues I'm don't find it any easier than Nix.
How did you make Guix work for you? Every time I've tried to use it, it was terrible (90 minutes for reconfigure and required internet access, just to remove GNOME).
Make sure you have working substitute servers for each repo, nonguix is pretty handy, and LLMs can be good at finding config bugs
the big difference is i haven't heard of any security issues in it.
Not enough people use it to be a target.
Guix is lovely but it has a lot fewer packages and a few of its own quirks too. It's still on my list to test again when I get some time, though.
Does guix even use git? Are they still on cvs and mailing lists?
Guix always used git. Also after some lenghty discussion, main development moved to codeberg. The "pull request" development model is now available with AGit
I'm surprised they moved away from mailing lists. That took a lot of growth.