Hacker News new | ask | show | jobs
by k32 2055 days ago
> I don't find myself patching stuff all the time, and would hate to go back to half-assed leaky-abstraction kludges like Ansible.

Speaking of half-assed kludges, NixOS itself is a held together by duct tape of scripts patching shebangs and whatnot.

1 comments

Those are kludges, but they are nicely confined to build time.

The deployed system is very easy to reason about, which I greatly appreciate with my laptop and production environments.

(In addition to trying to support the language-based ecosystems better, I also want to reduce the things we do in bash. I think those are complimentary goals, too.)