tvl-depot/tvix/store/src
sinavir c000e67769 fix(tvix/store): Fix narinfo compression selection
Parsing of the narinfo file sets the compression field to None instead
of Some("none"). The mapping selecting the decompression reader expected
the former in //tvix/store/src/pathinfoservice/nix_http.rs.

Change-Id: I254a825b88a4016aab087446bdc0c7b6286de40c
2024-07-21 16:27:58 +02:00
..
bin refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
nar feat(tvix/store): display progress for NAR calculation 2024-06-17 09:47:54 +00:00
pathinfoservice fix(tvix/store): Fix narinfo compression selection 2024-07-21 16:27:58 +02:00
proto fix(tvix/store): add missing nar_info::ca::Hash::TextSha256 2024-07-20 16:35:07 +00:00
tests chore(tvix/store): migrate import.rs and tests/pathinfo.rs to rstest 2024-04-19 19:22:10 +00:00
composition.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
import.rs refactor(tvix/glue): take &CAHash, not CAHash 2024-06-26 04:51:31 +00:00
lib.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
utils.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00