snix/tvix/store/src
Florian Klink a94414e7ff refactor(nix-compat/store_path): drop build_nar_based_store_path
This is the only (remaining) occurence of it, and not really
more code than just calling store_path::build_ca_path with
`CAHash::Nar(NixHash::Sha256(…))`, especially considering we need the
CAHash in the PathInfo struct later anyways - so let's remove this
function.

Change-Id: Ia82212086062c366e0280ca0823d9e68a3f91d3a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12632
Reviewed-by: edef <edef@edef.eu>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2024-10-17 18:16:30 +00:00
..
bin refactor(tvix/glue/builtins/import): refactor 2024-10-15 23:26:26 +00:00
nar feat(tvix/store): seekable nar renderer 2024-09-25 19:23:45 +00:00
pathinfoservice test(tvix/store/signing_wrapper): restructure 2024-10-11 17:19:12 +00:00
proto refactor(tvix/store): use strictly typed PathInfo struct 2024-10-11 17:18:20 +00:00
tests refactor(tvix/store): use strictly typed PathInfo struct 2024-10-11 17:18:20 +00:00
composition.rs refactor(tvix/store): use composition in tvix_store crate 2024-07-20 19:37:27 +00:00
import.rs refactor(nix-compat/store_path): drop build_nar_based_store_path 2024-10-17 18:16:30 +00:00
lib.rs refactor(tvix/store): use strictly typed PathInfo struct 2024-10-11 17:18:20 +00:00
path_info.rs refactor(tvix/store): use strictly typed PathInfo struct 2024-10-11 17:18:20 +00:00
utils.rs feat(tvix/composition): allow urls as anonymous stores 2024-10-10 12:53:08 +00:00