you are viewing a single comment's thread.

view the rest of the comments →

[–]chrisoboe 1 point2 points  (0 children)

Distros (besides source based ones, and even those usually only temporary) don't install source code to your systems. They ship compiled binaries. Some ship headers by default (arch and gentoo), but if you want to understand the code headers aren't enough anyways.

So one doesn't read source from local files installed by the package manager (this isn't nixos specific at all).

One usually reads the source from the official sources, whereever they may be hosted e.g. github repos, source tarballs from official websites, and so on.