Hi Ludo and Janneke. Ludovic Courtès writes: > The trick below is the only way I could think of to reconcile these > issues: it essentially stacks two fixed-output derivation. The first > one downloads that auto-generated tarball (bad!), and the second one > extracts the contents of that tarball using ‘tar’ from > ‘%bootstrap-coreutils&co’. The output of the second one is identical to > what ‘git-fetch’ would give us (or ‘swh-download’). > > That makes it more robust. It also allows ‘guix lint -c archival’ to do > its work and similarly (well, almost) for ‘build-package-metadata.scm’, > the program that builds , which SWH > periodically ingests. I don't 100% understand what this resolves though, since this still depends on the unstable tarball in the end! In both cases, we'd rely on CI to have the stable copy, or SWH providing it, since we wouldn't be able to rebuild it. Best, -- Josselin Poiret