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

View file

@ -7750,12 +7750,6 @@ rec {
packageId = "tvix-store-bin";
}
];
devDependencies = [
{
name = "test-case";
packageId = "test-case";
}
];
};
"tvix-derivation" = rec {