Some notes on nix flakes

Some notes on nix flakes

Julia Evans
@b0rk interesting stuff … I code almost exclusively on node these days (1-man team, mostly aws lambda), and I manage different environments with nvm. It looks like nix solves similar (and more) problems as nvm in a MUCH more generalized way … is that approximately correct? If I’m happy with nvm (and I don’t often use containers), am I being reasonable not to switch?
@patrickfoley i personally would not switch if I were you, i'm very afraid of managing language-specific packages with nix, it just seems like it gets really weird. I’d rather use the language-specific tools that are out there
@b0rk sweet … thanks so much!