about summary refs log tree commit diff
path: root/tvix/Cargo.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-10-21T17·52+0100
committerflokli <flokli@flokli.de>2023-10-23T14·57+0000
commit6800f1cdb9b6fc3f81c40c6d869ba5c2fcfba817 (patch)
treeed9e5be0027bef58cca164f840d2fd10d10f5840 /tvix/Cargo.nix
parent077bf06c1d429584422437d920c91a102b6bdc59 (diff)
test(tvix/cli/derivation): add test cases for output path calc r/6874
Get some test coverage with some calls to builtins.derivation.

The expected output paths were calculated with Nix.

Change-Id: I2ce205ea5244e8ef939d9cacb033283fc6f15d17
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9817
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r--tvix/Cargo.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index 7710f3afdf..759d808f09 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 {