this post was submitted on 05 Jul 2024
65 points (94.5% liked)

Linux

46794 readers
932 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I was thinking about going immutable for a long time and now I'm choosing a distro to hop to.
My question is: what are good immutable distros other than Fedora Silverblue spins, UBlue family and NixOS?
Maybe someone uses/used any? What is/was your experience with it?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 43 points 1 month ago (5 children)

Don't use NixOS.

Source:

  • I love NixOS
  • I use it as my daily driver on multiple machines.
  • I've contributed both to NixOS and surrounding ecosystem.

Evidence:

  • Learning cliff rather than curve because:
  • The state of the documentation should have been unacceptable a decade ago. Very unacceptable now.
  • The tooling is also over a decade behind.
  • Governance leaves a lot to be desired.

These things are getting better but not fast enough that I'd recommend it.

If you really want to look into nix, use it on another distro and see if you're still interested after getting a flake-based devshell together. (impossible challenge: do it for a python project that relies on complex dependencies like transformers)

[–] [email protected] 10 points 1 month ago* (last edited 1 month ago) (1 children)

Governance leaves a lot to be desired.

Genuine question from somebody who's out of the loop and doesn't use NixOS: How does this affect your day to day using the distro?

[–] [email protected] 21 points 1 month ago

Basically you hemorrhage contributors because fuck this shit and then core components get more and more behind.

[–] [email protected] 8 points 1 month ago

Don’t use NixOS.

I don't like NixOS very much. This whole governance scandal has turned me away from it even more, tbh.

[–] [email protected] 5 points 1 month ago

I've just switched my secondary machine to Nix, and was in the process of switching my main too, so it really is quite a shame. I'm really enjoying the distribution, but if the organization continues to have colossal government issues, and repelling active packagers, that's really not a good sign

[–] [email protected] 4 points 1 month ago

Guix? I'm ignorant of both but very nix curious.

[–] [email protected] 4 points 1 month ago* (last edited 1 month ago)

Now that I'm deep in it with flakes + home manager + impermanence + disko/nixos-anywhere, it's fantastic having this much control and stability on all my systems, and I'm excited to start switching as much of my homelab as I can over to NixOS like my workstations.

But I totally agree, I would not recommend this to anyone who is not super interested in it.