snix/tvix/store/src
Florian Klink 849966d614 refactor(tvix/store/pathinfo/signing_wrapper): remove clone
Construct the owned signature in a separate scope, so all borrows to the
original PathInfo are already dropped again, and we can modify the
PathInfo without having to clone it.

Change-Id: I03e7390540c2cfe7a2c61850bdbe8a33d213a5d9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12663
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
2024-10-19 09:41:58 +00:00
..
bin refactor(tvix): make indicatif.pb_show=1 more explicit 2024-10-19 09:37:23 +00:00
nar refactor(tvix): make indicatif.pb_show=1 more explicit 2024-10-19 09:37:23 +00:00
pathinfoservice refactor(tvix/store/pathinfo/signing_wrapper): remove clone 2024-10-19 09:41:58 +00:00
proto refactor(tvix/castore): add try_into_anonymous_node, rename to try_* 2024-10-19 09:35:53 +00:00
tests refactor(tvix/store): remove use of lazy_static 2024-10-17 22:15:48 +00:00
composition.rs refactor(tvix/store): remove use of lazy_static 2024-10-17 22:15:48 +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