Why I love NixOS (www.birkey.co)
from ruffsl@programming.dev to programming@programming.dev on 23 Mar 15:39
https://programming.dev/post/47659350

cross-posted from: programming.dev/post/47658995

Related discussion:

#programming

threaded - newest

Flashheart@piefed.dk on 23 Mar 16:00 next collapse

True, so true! 

TehPers@beehaw.org on 23 Mar 16:18 collapse

I recently built a voice-to-text agent in Rust

Agent…? Uh, okay, let’s just use that word for everything now.

I did not have the Rust toolchain installed on my system. I simply told the coding agent that I use Nix, and it figured out how to pull in the entire Rust toolchain through Nix, compile the project inside an isolated shell and produce a working binary.

Sorry, where is the part where you built something?

Anyway, NixOS gets a lot of praise. Maybe it’s something I should try if Manjaro doesn’t survive its current drama (though it seems like they have a path forward now).

lmr0x61@lemmy.ml on 23 Mar 17:04 collapse

Yeah, that paragraph is where I stopped reading lol

Blog post aside, NixOS is fantastic. Once you get the Nix DSL down, it makes everything so smooth once you know how to configure your system. The learning curve for me came not from the packages, but learning how to set up system/program configurations using configuration.nix, instead of the standard config files. But once you get that down, you can rebuild essentially the exact same system from a single file. I use it for my worker nodes on my server cluster, and it makes setup of new nodes a dream. Definitely recommend.