diff options
author | Florian Klink <flokli@flokli.de> | 2023-01-04T12·36+0100 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-01-04T20·23+0000 |
commit | 77cc6a1f785caad0c5fb84457013177a99aaf158 (patch) | |
tree | 986e89e0ec4e2567fca7eabcefa608375a517431 /tvix/derivation/src/tests/mod.rs | |
parent | 468dc5cd0ce34310a93934c03fcc8f755002cefd (diff) |
refactor(tvix/derivation): make output hashes an Option<Hash> r/5589
This conveys better if an output of a Derivation is fixed-output or not, and provides a Hash struct that can be used to store the algo and digest. In case it's not, this can simply be None. The serde field attributes have been updated to still accept the same JSON. We currently still store the hash algo and digest as strings, mostly because the only thing populating it so far is the example JSONs. We might want to update this, once actual Nix code populates this. While updating write.rs, I pushed some of the Vec<String> to [&str] conversions inline, and made it a Vec<&str>, because it was annoying to juggle with. Change-Id: Ia9cd0568fe179ac22a4a636237f22ab4ad92b95b Reviewed-on: https://cl.tvl.fyi/c/depot/+/7746 Tested-by: BuildkiteCI Reviewed-by: jrhahn <mail.jhahn@gmail.com> Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tvix/derivation/src/tests/mod.rs')
0 files changed, 0 insertions, 0 deletions