Some notes on nix flakes

Some notes on nix flakes

Julia Evans

a few people in the replies are asking why someone might want to use nix as an OS / to manage your python packages / to manage your config files.

does anyone want to share their reasons for doing those things? I don't really know.

(please give examples of some specific problems Nix solves for you and what you like about it, don't just say "it's reproducible/declarative” :) )

@b0rk It feels less cluttered, as if there is less to keep in mind that determines the "current state" of my computers, it's mostly in /etc/nixos. It feels easier to recreate my preferences on another laptop, and it removed my urge to periodically reinstall everything. It's the only distro I've successfully learned how to make and distribute packages for, and how to patch existing packages just for myself. With enough digging in nixpkgs, I can maybe figure out how anything I use was set up.