Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative and reliable systems.
It’s because they’re a documentation mess caught in a release/stable discussion that I don’t understand.
Perhaps that changed in the last year, haven’t looked into them again since then - but unless there’s a trigger (new server setup or official release for example) I simply don’t have the time and energy to invest.
As someone who has switched their system to flakes, I really do struggle with them for projects and getting dev-shells. So I use flakes for the system but use a classic shell.nix for my shells
Not the person you asked but for me:
It’s because they’re a documentation mess caught in a release/stable discussion that I don’t understand.
Perhaps that changed in the last year, haven’t looked into them again since then - but unless there’s a trigger (new server setup or official release for example) I simply don’t have the time and energy to invest.
As someone who has switched their system to flakes, I really do struggle with them for projects and getting dev-shells. So I use flakes for the system but use a classic
shell.nix
for my shellsI still haven’t found a good guide on how to use flakes though I’ve read many. It really is an incredible mess.