|
|
|
|
|
by ymse
3034 days ago
|
|
Regarding disappearing sources: Nix offers a content-addressed mirror for sources downloaded by the Hydra CI system. As a random example, here is the latest Chromium source tarball: http://tarballs.nixos.org/sha256/3dfa02e873ff51a11ee02b9ca39... So disappearing sources is not a huge problem in my experience. Obviously if you have package declarations outside of Nixpkgs proper things are different. This problem is also something the Software Heritage project[0] aims to solve, but I don't think they have a good API yet. [0] https://www.softwareheritage.org/ |
|