snix/tvix/nix-compat/src
Florian Klink b55d1f97ce refactor(tvix/nix-compat): -derivation::Hash, +NixHash
This stops using our own custom Hash structure, which was mostly only
used because we had to parse the JSON representation somehow.

Since cl/8217, there's a `NixHash` struct, which is better suited to
hold this data. Converting the format requires a bit of serde labor
though, but that only really matters when interacting with JSON
representations (which we mostly don't).

Change-Id: Idc5ee511e36e6726c71f66face8300a441b0bf4c
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8304
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2023-03-15 11:50:12 +00:00
..
derivation refactor(tvix/nix-compat): -derivation::Hash, +NixHash 2023-03-15 11:50:12 +00:00
nar refactor(tvix/nix-compat): absorb nar writer 2023-01-31 15:18:39 +00:00
lib.rs feat(tvix/nix-compat): add nixhash module 2023-02-01 15:29:48 +00:00
nixbase32.rs refactor(tvix/nix-compat): address clippy in nixbase32.rs tests 2023-03-04 12:21:28 +00:00
nixhash.rs refactor(tvix/nix-compat): -derivation::Hash, +NixHash 2023-03-15 11:50:12 +00:00
store_path.rs refactor(tvix/nix-compat): address clippy in store_path.rs 2023-03-04 12:19:24 +00:00