← Back to context

Comment by JamesSwift

1 day ago

Well to be fair, nix packages (as in the actual packages and not the modules/services) also mostly just extract archives. I mean the entire system is built on the assumption that 'config && make && make install' is how the thing is built.

Then nix layers way more nicety on top by offering modules, but nothing prevents you from ignoring all that and just using installing packages.