HomeSoftware Heritage

nixguix: Add support for listing origins with "recursive" integrity

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

nixguix: Add support for listing origins with "recursive" integrity

Without this distinction the current directory or content loader will fail the download
as they currently expect the checksums to be about the tarball. When a recursive
"integrity" is provided, it's actually about the uncompressed tarball as per the
nix-store computation.

It's detailed within the code.

Related to T3294
Related to T3781

Commit No Longer Exists

This commit no longer exists in the repository.