> The 26.05 release was made possible due to the efforts of 2842 contributors, who authored 59703 commits since the previous release. Maybe they should think about increasing their release cycle, that sounds completely unmanageable. After 10 years in my company I have around 1,500 commits in total, it would take me 390 years to author 60K.
NixOS 26.05
21–30 of 106 posts
Re: NixOS 26.05
#22I'd love to try NixOS but I still have PTSD from trying to run/use Nix on MacOS, across two separate profiles on the same physical device too.
Re: NixOS 26.05
#23I'd love to try NixOS but I still have PTSD from trying to run/use Nix on MacOS, across two separate profiles on the same physical device too.
On macOS I settled for Nix + HomeManager rather than going fully nix-darwin
Re: NixOS 26.05
#24I would love a Bazzite-style nixos distribution. Like batteries-included for gaming. Is this kind of thing common in the NixOS space ? Like configs you can import that manage 99% of the os for you ?
Re: NixOS 26.05
#25https://wiki.debian.org/ReproducibleBuilds
We could make such a guarantee if we extend NixOS. But until all of that happens, I stick with simplicity and flexibility. It just kind of works better, even if it is nowhere near as sophisticated as NixOS.
Re: NixOS 26.05
#26> Deprecation of x86_64-darwin Understandable with Apple dropping official support but kind of sad as they were selling Intel powered Macs until as recently as 2023 and with Tahoe still continuing to receive security updates until 2028. How is NixOS on Intel Macs currently? Hopefully Linux can still breathe life into these computers in 10 years time.
There is a snag however: Drivers for the built-in Broadcom Wi-Fi card are unmaintained and bug-ridden. Replacements do not exist either. The driver doesn't work most of the time nowadays and I have to rely on a USB Wi-Fi adapter that is sooo slow.
Maybe more recent Wi-Fi chipsets in Intel Macs are better off. Or maybe you don't need Wi-Fi!
Re: NixOS 26.05
#27I switched my workstation over to NixOS ~6 weeks ago and it's been really good, I'm a total convert. The thing that really got me over the hump was entirely configuring it using Claude Code. One unexpected benefit is that both my workstation and my backup laptop have the same setup, so I can run updates on the scratch box before doing my workstation. I decided to run the "latest" rather than 25.11 release, so it's ni…
This scares me. I would not want AI to run my computer systems.
Re: NixOS 26.05
#28I switched my workstation over to NixOS ~6 weeks ago and it's been really good, I'm a total convert. The thing that really got me over the hump was entirely configuring it using Claude Code. One unexpected benefit is that both my workstation and my backup laptop have the same setup, so I can run updates on the scratch box before doing my workstation. I decided to run the "latest" rather than 25.11 release, so it's ni…
I have one github repo with a top-level flake containing system definitions for all of my machines. Much of my config is modularized, so it's easy to take custom stuff from one machine and use it on another.
It's nice to hear that AI tooling is making it more accessible for people.
Re: NixOS 26.05
#29> Deprecation of x86_64-darwin Understandable with Apple dropping official support but kind of sad as they were selling Intel powered Macs until as recently as 2023 and with Tahoe still continuing to receive security updates until 2028. How is NixOS on Intel Macs currently? Hopefully Linux can still breathe life into these computers in 10 years time.
Re: NixOS 26.05
#30Now I have the same setup across my macbook, desktop, and NixOS servers.