Hacker News new | ask | show | jobs
by iririririr 24 days ago
if you mean nix the state declaration, it is a ilusion. when you have packge for debian 12... you just install it. when you have debian 13, you need the package for debian 13 and there's no way around it. nix lies that you don't have to worry about all that. which is only as true as is true with packages. if you can replace -12 with -13 in a non nix setup, your nix "package x" will still work. otherwise you will have to deal with it, just with more layers.

if you mean nixos, that's just starting yet another distro maintenance issue from scratch

1 comments

I’m super interested in your comment about nix but am not following your example.

Would you mind elaborating why (presumably) nixos (since you gave a Debian example), doesn’t help with this.

it is a distro. it packages code from upstream. it have the same problems as other distros when it came from depencies and managing breaking changes.