- cross-posted to:
- linux@lemmy.world
- linux@sh.itjust.works
- hackernews@lemmy.bestiver.se
- cross-posted to:
- linux@lemmy.world
- linux@sh.itjust.works
- hackernews@lemmy.bestiver.se
TL;DR: Two of the most nicest, most technically proficient people you know just got burnt out from contributing to their operating system and this is just another example of NixOS being poorly maintained.
A year since I divested from NixOS and nothing really has changed. The “flakes” design is still a garbage abstraction invented by a neo-nazi to sell to Peter Thiel and Co. The Nix language has not evolved in any meaningful way (nixpkgs is still the load bearing peg).
Nixpkgs has reached over 1 million commits and is pushing what Git can scale to and is now entirely dependent on a Microsoft GitHub enterprise subscription and a Amazon AWS S3 credits for petabytes of CI/CD.
The community still contains active MIC fascists in leadership roles alongside :vote
Europeans. empoc perspectives are treated as community fracturing.
The nix derivations abstractions has not truly caught on (due to it not even being better than containers resource wise) and flakes only makes this worse with unversioned commit hashes serving as “determinism” and “reproducibility” which have become buzzwords at this point.
I only expect this to get worse and worse as Determinate Systems (MIC ghoul company) takes over and nixpkgs collapses as an independent entity.
BTW they haven’t decided on a AI/LLM policy because the steering committee and the nixpkgs core team can’t agree or communicate on anything, which basically means NixOS is going to be a AI hype train project if you enjoy that.


Fuuuck. I need to stop dragging my feet and get off this ship.
I gotta look into like, what was ansible? For servers. Probably just fedora on my PC.
ⓘ This user is suspected of being a cat. Please report any suspicious behavior.
There’s also guix
Modern Fedora is pretty darn good. I’m using it on this laptop for the past few years, still reliable and fast.
Ansible is for deploying to remote systems. You could abuse it to deploy to localhost but you’re not going to get system rollbacks like NixOS does. For that fedora silver blue is your best bet.
I do use ansible to deploy to my different Arch servers and it is pretty tight to have all those scripts in one git repo.
I’m running Fedora Server right now. It’s comfy and I use Bash scripts to automate things. The Nix package DSL are just high level macros to Bash (or even literal embedded Bash) so it’s not that much different to RPM/DEB packaging.
I personally wouldn’t bother with ansible if you don’t have more than 2 hosts, a simple Python script over ssh would be enough.