Hacker News new | ask | show | jobs
by FeepingCreature 1219 days ago
I went back to Gentoo from Nix.

Turns out I really like the ability to decide to just randomly edit some file to fix an issue, and also shellscripts.

1 comments

How is it different from Nix? Hell, it is much more easier/flexible with Nix, just clone nixpkgs and update a few files and build from that. You can have as many versions as you want.
Because for moat other distros i can just `vim /etc/somedir/config` which is a lot less work than pulling a repo, finding the right files to modify and then rebuilding the entire package.