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:
parent
e4bb750b3b
commit
4b3ccd205a
4 changed files with 116 additions and 100 deletions
|
@ -7750,12 +7750,6 @@ rec {
|
|||
packageId = "tvix-store-bin";
|
||||
}
|
||||
];
|
||||
devDependencies = [
|
||||
{
|
||||
name = "test-case";
|
||||
packageId = "test-case";
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
"tvix-derivation" = rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue