|
|
|
|
|
by Arcuru
1310 days ago
|
|
Nix doesn't keep a cache of the upstreams, though there are some projects planning to try to do that I think. The build recipes pull from the original source and use a hash to ensure that the source artifacts don't change. Nix caching is usually done at the build output layer, e.g. the resulting binaries. |
|