|
|
|
|
|
by dwohnitmok
1110 days ago
|
|
This is probably in part explained by the sheer size of nixpkgs. It's the largest and freshest (i.e. with the most up-to-date versions) package repository among Linux package managers (see https://repology.org/repositories/statistics/total). Unlike Arch it also is not a rolling release package repository and has both unstable and stable branches that it needs to maintain (along with different versions for each). In fact, the NixOS cache keeps every version of every package that has ever been built and stored in the cache so that binary versions of all historical package versions are available. Finally it also includes packages for MacOS binaries as well as Linux ones. I'm frankly surprised it actually costs as little as it does given that it's using pretty expensive S3 storage for everything. |
|