this post was submitted on 12 Jul 2023
618 points (97.5% liked)
linuxmemes
24828 readers
702 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@gravitas_deficiency
I like it, but don't expect it to save you any time unless your managing 3+ computers.
Yeah, it definitely seems aimed way more at cluster deployments. Still, a very cool concept to tailor the OS towards.
@gravitas_deficiency
While it is definitely amazing for cluster deployments, Nix, the package manager behind the OS came out of the creators PhD thesis.
It is quite a successful attempt to make builds completely reproducible. NixOS, is what you get when you build a distro around a package manager, rather than a package manager around a distro.
I use it as my daily driver these days, and haven't had any issues with it for gaming, and due to the way its package manager works, I prefer it for development over anything else.
It is the most stable and unbreakable system I have ever used, despite using the unstable repos. It also has the most up to date repo on linux. As far as unique packages, it is a close second to the AUR, but it is catching up.
It isn't for everyone, and may be betamax to containerization when it comes to software development, but for the time being, I cannot see it going away anytime soon.