test(tvix/cli/derivation): add test cases for output path calc

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>
This commit is contained in:
Florian Klink 2023-10-21 18:52:22 +01:00 committed by flokli
parent 077bf06c1d
commit 6800f1cdb9
4 changed files with 49 additions and 0 deletions

1
tvix/Cargo.lock generated
View file

@ -2904,6 +2904,7 @@ dependencies = [
"dirs",
"nix-compat",
"rustyline",
"test-case",
"thiserror",
"tokio",
"tracing",