snix/tvix/nix-compat/src/store_path
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
..
mod.rs refactor(nix-compat/store_path): use Path in from_absolute_path_full 2024-10-15 17:20:32 +00:00
utils.rs refactor(nix-compat/store_path): drop build_nar_based_store_path 2024-10-17 18:16:30 +00:00