diff options
author | Florian Klink <flokli@flokli.de> | 2023-01-30T21·43+0100 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-01-31T08·52+0000 |
commit | 4b3ccd205ac6c95dc5b99391b6e9026db6700a9c (patch) | |
tree | c2bb9e5dc2fb4ad8cf0c2185dafb8fc6be85a92e /tvix/Cargo.nix | |
parent | e4bb750b3bcdac4c9c138af2828e32587ec2a5ca (diff) |
refactor(tvix/cli): absorb construct_output_hash r/5783
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>
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 8255a395fcbf..e0895ac928fa 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -7750,12 +7750,6 @@ rec { packageId = "tvix-store-bin"; } ]; - devDependencies = [ - { - name = "test-case"; - packageId = "test-case"; - } - ]; }; "tvix-derivation" = rec { |