Hacker News new | ask | show | jobs
by Arrowmaster 605 days ago
Why is this extra completion acceptable? On Debian I install the package adb and get the udev rules with it. I just need to connect a device and run adb commands.
3 comments

Because nixos manages your system and nixpkgs only contains packages. Packages cannot do anything outside their installed location, so can't touch udev or groups to make the changes. There will be other apps split in the same way.

The benefit is that just adding some package will never break your own configuration.

For the same reason that people get used to quirks on Debian (or any other distro really) that then eventually get fixed.

Nobody's perfect, you live and you learn it. I use Hannah Montanix btw

https://youtube.com/watch?v=2DQla5j26Qc

nixos is open source, I'm sure they'd welcome your proposed changes! they accept patches on GitHub.