From 4b3ccd205ac6c95dc5b99391b6e9026db6700a9c Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 30 Jan 2023 22:43:55 +0100 Subject: 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 Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/Cargo.nix | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tvix/Cargo.nix') 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 { -- cgit 1.4.1