chore(tvix/cli): remove unused dependency

Change-Id: I6a6cabde22d28bb9afc391b9bcd896a999090366
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11475
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2024-04-19 16:15:14 +03:00 committed by clbot
parent cd820d07d7
commit 8f255d3e64
3 changed files with 0 additions and 10 deletions

View file

@ -13940,12 +13940,6 @@ rec {
packageId = "wu-manber";
}
];
devDependencies = [
{
name = "test-case";
packageId = "test-case";
}
];
};
"tvix-eval" = rec {