refactor(tvix/cli): absorb construct_output_hash

This helper function only was created because
populate_output_configuration was hard to test before cl/7939.

With that out of the way, we can pull it in.

Change-Id: I64b36c0eb34343290a8d84a03b0d29392a821fc7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7961
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Florian Klink 2023-01-30 22:43:55 +01:00 committed by flokli
parent e4bb750b3b
commit 4b3ccd205a
4 changed files with 116 additions and 100 deletions

1
tvix/Cargo.lock generated
View file

@ -2614,7 +2614,6 @@ dependencies = [
"rustyline",
"smol_str",
"ssri",
"test-case",
"thiserror",
"tvix-derivation",
"tvix-eval",