Hacker News new | ask | show | jobs
by ninetyninenine 838 days ago
I just feel it doesn't have to be this way. We can get the benefits of nix without the hardness of nix. It's just someone hasn't taken the time to make this "thing" yet.

It's annoying enough that I won't use nix personally. I've used it at work so I'm quite knowledgeable with it.

2 comments

IMO, this thing is Nix, it just needs better UI and a lot better documentation.

The problem I've realized is that for many core Nix developers, the source is the documentation. Which doesnt scale.

Luckily the ecosystem is literally getting better by the hour right now. There's been a huge uptick in interest and lots of people are writing really good documentation and starter templates.
> It's just someone hasn't taken the time to make this "thing" yet.

DietPi [1] has one massive (15KLoC) bash script [2] for system config.

[1] https://dietpi.com

[2] https://github.com/MichaIng/DietPi/blob/master/dietpi/dietpi...

Not exactly an easy nix alternative
Easy for users, one step backup and restore of system-wide state.

Less easy for developers, but code is mature and stable in production for years.