diff options
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 7710f3afdf0a..759d808f0924 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -8764,6 +8764,12 @@ rec { packageId = "wu-manber"; } ]; + devDependencies = [ + { + name = "test-case"; + packageId = "test-case"; + } + ]; }; "tvix-eval" = rec { |